public virtual grpc::AsyncUnaryCall <global::EHContactGrpcService.Protos.GenericResponseMessage> DeleteContactAsync(global::EHContactGrpcService.Protos.DeleteContactRequest request, grpc::CallOptions options) { return(CallInvoker.AsyncUnaryCall(__Method_DeleteContact, null, options, request)); }
public virtual global::System.Threading.Tasks.Task <global::EHContactGrpcService.Protos.GenericResponseMessage> DeleteContact(global::EHContactGrpcService.Protos.DeleteContactRequest request, grpc::ServerCallContext context) { throw new grpc::RpcException(new grpc::Status(grpc::StatusCode.Unimplemented, "")); }
public virtual grpc::AsyncUnaryCall <global::EHContactGrpcService.Protos.GenericResponseMessage> DeleteContactAsync(global::EHContactGrpcService.Protos.DeleteContactRequest request, grpc::Metadata headers = null, global::System.DateTime?deadline = null, global::System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { return(DeleteContactAsync(request, new grpc::CallOptions(headers, deadline, cancellationToken))); }