示例#1
0
 public virtual AsyncUnaryCall <global::Google.Protobuf.WellKnownTypes.Empty> WortChillerSanitizedDoneAsync(global::Grpcproto.WortChillerSanitizedDoneNotify request, CallOptions options)
 {
     return(CallInvoker.AsyncUnaryCall(__Method_WortChillerSanitizedDone, null, options, request));
 }
示例#2
0
 public virtual global::System.Threading.Tasks.Task <global::Google.Protobuf.WellKnownTypes.Empty> WortChillerSanitizedDone(global::Grpcproto.WortChillerSanitizedDoneNotify request, ServerCallContext context)
 {
     throw new RpcException(new Status(StatusCode.Unimplemented, ""));
 }
示例#3
0
 public virtual AsyncUnaryCall <global::Google.Protobuf.WellKnownTypes.Empty> WortChillerSanitizedDoneAsync(global::Grpcproto.WortChillerSanitizedDoneNotify request, Metadata headers = null, DateTime?deadline = null, CancellationToken cancellationToken = default(CancellationToken))
 {
     return(WortChillerSanitizedDoneAsync(request, new CallOptions(headers, deadline, cancellationToken)));
 }