public virtual global::Zeus.RPC.Protocol.NotificationResp Send(global::Zeus.RPC.Protocol.NotificationReq request, grpc::Metadata headers = null, global::System.DateTime?deadline = null, global::System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { return(Send(request, new grpc::CallOptions(headers, deadline, cancellationToken))); }
public virtual global::Zeus.RPC.Protocol.NotificationResp Send(global::Zeus.RPC.Protocol.NotificationReq request, grpc::CallOptions options) { return(CallInvoker.BlockingUnaryCall(__Method_Send, null, options, request)); }
public virtual global::System.Threading.Tasks.Task <global::Zeus.RPC.Protocol.NotificationResp> Send(global::Zeus.RPC.Protocol.NotificationReq request, grpc::ServerCallContext context) { throw new grpc::RpcException(new grpc::Status(grpc::StatusCode.Unimplemented, "")); }