예제 #1
0
 public virtual grpc::AsyncUnaryCall <global::Proto.Data.ResponseMessage> UnaryTestAsync(global::Proto.Data.RequestMessage request, grpc::Metadata headers = null, DateTime?deadline = null, CancellationToken cancellationToken = default(CancellationToken))
 {
     return(UnaryTestAsync(request, new grpc::CallOptions(headers, deadline, cancellationToken)));
 }
예제 #2
0
 public virtual global::System.Threading.Tasks.Task <global::Proto.Data.ResponseMessage> UnaryTest(global::Proto.Data.RequestMessage request, grpc::ServerCallContext context)
 {
     throw new grpc::RpcException(new grpc::Status(grpc::StatusCode.Unimplemented, ""));
 }
예제 #3
0
 public virtual global::Proto.Data.ResponseMessage UnaryTest(global::Proto.Data.RequestMessage request, grpc::CallOptions options)
 {
     return(CallInvoker.BlockingUnaryCall(__Method_UnaryTest, null, options, request));
 }
예제 #4
0
 public virtual grpc::AsyncUnaryCall <global::Proto.Data.ResponseMessage> UnaryTestAsync(global::Proto.Data.RequestMessage request, grpc::CallOptions options)
 {
     return(CallInvoker.AsyncUnaryCall(__Method_UnaryTest, null, options, request));
 }