public virtual AsyncUnaryCall <global::Greeter.GroupResult> DeleteAsync(global::Greeter.GroupId request, CallOptions options) { return(CallInvoker.AsyncUnaryCall(__Method_Delete, null, options, request)); }
public virtual global::Greeter.GroupResult Delete(global::Greeter.GroupId request, CallOptions options) { return(CallInvoker.BlockingUnaryCall(__Method_Delete, null, options, request)); }
public virtual AsyncUnaryCall <global::Greeter.GroupResult> DeleteAsync(global::Greeter.GroupId request, Metadata headers = null, DateTime?deadline = null, CancellationToken cancellationToken = default(CancellationToken)) { return(DeleteAsync(request, new CallOptions(headers, deadline, cancellationToken))); }
public virtual global::System.Threading.Tasks.Task <global::Greeter.GroupResult> Delete(global::Greeter.GroupId request, ServerCallContext context) { throw new RpcException(new Status(StatusCode.Unimplemented, "")); }