예제 #1
0
 public virtual global::System.Threading.Tasks.Task GetEmployeeMeetings(global::Proto.EmployeeRequest request, grpc::IServerStreamWriter <global::Proto.Meeting> responseStream, grpc::ServerCallContext context)
 {
     throw new grpc::RpcException(new grpc::Status(grpc::StatusCode.Unimplemented, ""));
 }
예제 #2
0
 public virtual grpc::AsyncServerStreamingCall <global::Proto.Meeting> GetEmployeeMeetings(global::Proto.EmployeeRequest request, grpc::CallOptions options)
 {
     return(CallInvoker.AsyncServerStreamingCall(__Method_GetEmployeeMeetings, null, options, request));
 }
예제 #3
0
 public virtual global::System.Threading.Tasks.Task <global::Proto.DeleteEmployeeResult> DeleteEmployee(global::Proto.EmployeeRequest request, grpc::ServerCallContext context)
 {
     throw new grpc::RpcException(new grpc::Status(grpc::StatusCode.Unimplemented, ""));
 }
예제 #4
0
 public virtual grpc::AsyncServerStreamingCall <global::Proto.Meeting> GetEmployeeMeetings(global::Proto.EmployeeRequest request, grpc::Metadata headers = null, DateTime?deadline = null, CancellationToken cancellationToken = default(CancellationToken))
 {
     return(GetEmployeeMeetings(request, new grpc::CallOptions(headers, deadline, cancellationToken)));
 }
예제 #5
0
 public virtual grpc::AsyncUnaryCall <global::Proto.DeleteEmployeeResult> DeleteEmployeeAsync(global::Proto.EmployeeRequest request, grpc::CallOptions options)
 {
     return(CallInvoker.AsyncUnaryCall(__Method_DeleteEmployee, null, options, request));
 }
예제 #6
0
 public virtual grpc::AsyncUnaryCall <global::Proto.DeleteEmployeeResult> DeleteEmployeeAsync(global::Proto.EmployeeRequest request, grpc::Metadata headers = null, DateTime?deadline = null, CancellationToken cancellationToken = default(CancellationToken))
 {
     return(DeleteEmployeeAsync(request, new grpc::CallOptions(headers, deadline, cancellationToken)));
 }
예제 #7
0
 public virtual global::Proto.DeleteEmployeeResult DeleteEmployee(global::Proto.EmployeeRequest request, grpc::CallOptions options)
 {
     return(CallInvoker.BlockingUnaryCall(__Method_DeleteEmployee, null, options, request));
 }
예제 #8
0
 public virtual global::Proto.Employee GetEmployee(global::Proto.EmployeeRequest request, grpc::Metadata headers = null, DateTime?deadline = null, CancellationToken cancellationToken = default(CancellationToken))
 {
     return(GetEmployee(request, new grpc::CallOptions(headers, deadline, cancellationToken)));
 }