Beispiel #1
0
 public virtual grpc::AsyncUnaryCall <global::GRpcApi.GetByDepartmentIdRsponse> GetByDepartmentIdAsync(global::GRpcApi.GetByDepartmentIdRequest request, grpc::CallOptions options)
 {
     return(CallInvoker.AsyncUnaryCall(__Method_GetByDepartmentId, null, options, request));
 }
Beispiel #2
0
 public virtual global::GRpcApi.GetByDepartmentIdRsponse GetByDepartmentId(global::GRpcApi.GetByDepartmentIdRequest request, grpc::CallOptions options)
 {
     return(CallInvoker.BlockingUnaryCall(__Method_GetByDepartmentId, null, options, request));
 }
Beispiel #3
0
 public virtual grpc::AsyncUnaryCall <global::GRpcApi.GetByDepartmentIdRsponse> GetByDepartmentIdAsync(global::GRpcApi.GetByDepartmentIdRequest request, grpc::Metadata headers = null, global::System.DateTime?deadline = null, global::System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken))
 {
     return(GetByDepartmentIdAsync(request, new grpc::CallOptions(headers, deadline, cancellationToken)));
 }
Beispiel #4
0
 public virtual global::System.Threading.Tasks.Task <global::GRpcApi.GetByDepartmentIdRsponse> GetByDepartmentId(global::GRpcApi.GetByDepartmentIdRequest request, grpc::ServerCallContext context)
 {
     throw new grpc::RpcException(new grpc::Status(grpc::StatusCode.Unimplemented, ""));
 }