Beispiel #1
0
 public virtual global::System.Threading.Tasks.Task <global::BBI.Common.Protobuf.Empty> Shutdown(global::BBI.Common.Protobuf.Empty request, grpc::ServerCallContext context)
 {
     throw new grpc::RpcException(new grpc::Status(grpc::StatusCode.Unimplemented, ""));
 }
Beispiel #2
0
 public virtual grpc::AsyncUnaryCall <global::BBI.Common.Protobuf.Empty> ShutdownAsync(global::BBI.Common.Protobuf.Empty request, grpc::Metadata headers = null, DateTime?deadline = null, CancellationToken cancellationToken = default(CancellationToken))
 {
     return(ShutdownAsync(request, new grpc::CallOptions(headers, deadline, cancellationToken)));
 }
Beispiel #3
0
 public virtual grpc::AsyncUnaryCall <global::BBI.Common.Protobuf.Empty> ShutdownAsync(global::BBI.Common.Protobuf.Empty request, grpc::CallOptions options)
 {
     return(CallInvoker.AsyncUnaryCall(__Method_Shutdown, null, options, request));
 }
Beispiel #4
0
 public virtual global::BBI.Common.Protobuf.Empty Shutdown(global::BBI.Common.Protobuf.Empty request, grpc::CallOptions options)
 {
     return(CallInvoker.BlockingUnaryCall(__Method_Shutdown, null, options, request));
 }