Example #1
0
 public virtual AsyncUnaryCall <global::Greeter.GroupResult> UpdateNameAsync(global::Greeter.UpdateGroupName request, CallOptions options)
 {
     return(CallInvoker.AsyncUnaryCall(__Method_UpdateName, null, options, request));
 }
Example #2
0
 public virtual global::Greeter.GroupResult UpdateName(global::Greeter.UpdateGroupName request, CallOptions options)
 {
     return(CallInvoker.BlockingUnaryCall(__Method_UpdateName, null, options, request));
 }
Example #3
0
 public virtual AsyncUnaryCall <global::Greeter.GroupResult> UpdateNameAsync(global::Greeter.UpdateGroupName request, Metadata headers = null, DateTime?deadline = null, CancellationToken cancellationToken = default(CancellationToken))
 {
     return(UpdateNameAsync(request, new CallOptions(headers, deadline, cancellationToken)));
 }
Example #4
0
 public virtual global::System.Threading.Tasks.Task <global::Greeter.GroupResult> UpdateName(global::Greeter.UpdateGroupName request, ServerCallContext context)
 {
     throw new RpcException(new Status(StatusCode.Unimplemented, ""));
 }