Example #1
0
 public virtual AsyncUnaryCall <global::Google.Protobuf.WellKnownTypes.Empty> UpdateQuantitiesAsync(global::HOLMS.Types.Booking.RPC.GroupBookingSvcQuantityUpdateRequest request, Metadata headers = null, DateTime?deadline = null, CancellationToken cancellationToken = default(CancellationToken))
 {
     return(UpdateQuantitiesAsync(request, new CallOptions(headers, deadline, cancellationToken)));
 }
Example #2
0
 public virtual AsyncUnaryCall <global::Google.Protobuf.WellKnownTypes.Empty> UpdateQuantitiesAsync(global::HOLMS.Types.Booking.RPC.GroupBookingSvcQuantityUpdateRequest request, CallOptions options)
 {
     return(CallInvoker.AsyncUnaryCall(__Method_UpdateQuantities, null, options, request));
 }
Example #3
0
 public virtual global::System.Threading.Tasks.Task <global::Google.Protobuf.WellKnownTypes.Empty> UpdateQuantities(global::HOLMS.Types.Booking.RPC.GroupBookingSvcQuantityUpdateRequest request, ServerCallContext context)
 {
     throw new RpcException(new Status(StatusCode.Unimplemented, ""));
 }