public virtual grpc::AsyncUnaryCall <global::Google.Protobuf.WellKnownTypes.Empty> MergeGuestsAsync(global::HOLMS.Types.CRM.RPC.MergeGuestRequest request, grpc::Metadata headers = null, DateTime?deadline = null, CancellationToken cancellationToken = default(CancellationToken)) { return(MergeGuestsAsync(request, new grpc::CallOptions(headers, deadline, cancellationToken))); }
public virtual grpc::AsyncUnaryCall <global::Google.Protobuf.WellKnownTypes.Empty> MergeGuestsAsync(global::HOLMS.Types.CRM.RPC.MergeGuestRequest request, grpc::CallOptions options) { return(CallInvoker.AsyncUnaryCall(__Method_MergeGuests, null, options, request)); }
public virtual global::System.Threading.Tasks.Task <global::Google.Protobuf.WellKnownTypes.Empty> MergeGuests(global::HOLMS.Types.CRM.RPC.MergeGuestRequest request, grpc::ServerCallContext context) { throw new grpc::RpcException(new grpc::Status(grpc::StatusCode.Unimplemented, "")); }