public virtual global::System.Threading.Tasks.Task <global::Grpc.CmdRS> AddDelThrottle(global::Grpc.AddDelThrottleRQ request, ServerCallContext context)
 {
     throw new RpcException(new Status(StatusCode.Unimplemented, ""));
 }
 public virtual AsyncUnaryCall <global::Grpc.CmdRS> AddDelThrottleAsync(global::Grpc.AddDelThrottleRQ request, Metadata headers = null, DateTime?deadline = null, CancellationToken cancellationToken = default(CancellationToken))
 {
     return(AddDelThrottleAsync(request, new CallOptions(headers, deadline, cancellationToken)));
 }
 public virtual AsyncUnaryCall <global::Grpc.CmdRS> AddDelThrottleAsync(global::Grpc.AddDelThrottleRQ request, CallOptions options)
 {
     return(CallInvoker.AsyncUnaryCall(__Method_AddDelThrottle, null, options, request));
 }
 public virtual global::Grpc.CmdRS AddDelThrottle(global::Grpc.AddDelThrottleRQ request, CallOptions options)
 {
     return(CallInvoker.BlockingUnaryCall(__Method_AddDelThrottle, null, options, request));
 }