public virtual grpc::AsyncUnaryCall <global::Helloworld.TestMsg> TestAsync(global::Helloworld.TestMsg request, grpc::CallOptions options) { return(CallInvoker.AsyncUnaryCall(__Method_Test, null, options, request)); }
public virtual global::Helloworld.TestMsg Test(global::Helloworld.TestMsg request, grpc::CallOptions options) { return(CallInvoker.BlockingUnaryCall(__Method_Test, null, options, request)); }
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))); }
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, "")); }