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