Ejemplo n.º 1
0
 public virtual grpc::AsyncUnaryCall <global::Helloworld.TestMsg> TestAsync(global::Helloworld.TestMsg request, grpc::CallOptions options)
 {
     return(CallInvoker.AsyncUnaryCall(__Method_Test, null, options, request));
 }
Ejemplo n.º 2
0
 public virtual global::Helloworld.TestMsg Test(global::Helloworld.TestMsg request, grpc::CallOptions options)
 {
     return(CallInvoker.BlockingUnaryCall(__Method_Test, null, options, request));
 }
Ejemplo n.º 3
0
 public virtual grpc::AsyncUnaryCall <global::Helloworld.TestMsg> TestAsync(global::Helloworld.TestMsg request, grpc::Metadata headers = null, DateTime?deadline = null, CancellationToken cancellationToken = default(CancellationToken))
 {
     return(TestAsync(request, new grpc::CallOptions(headers, deadline, cancellationToken)));
 }
Ejemplo n.º 4
0
 public virtual global::System.Threading.Tasks.Task <global::Helloworld.TestMsg> Test(global::Helloworld.TestMsg request, grpc::ServerCallContext context)
 {
     throw new grpc::RpcException(new grpc::Status(grpc::StatusCode.Unimplemented, ""));
 }