Esempio n. 1
0
 public virtual global::System.Threading.Tasks.Task <global::HOLMS.Types.Supply.RPC.ChannelAllocationUpdateResponse> UpdatePrice(global::HOLMS.Types.Supply.RPC.ChannelAllocationUpdateRequest request, grpc::ServerCallContext context)
 {
     throw new grpc::RpcException(new grpc::Status(grpc::StatusCode.Unimplemented, ""));
 }
Esempio n. 2
0
 public virtual grpc::AsyncUnaryCall <global::HOLMS.Types.Supply.RPC.ChannelAllocationUpdateResponse> UpdatePriceAsync(global::HOLMS.Types.Supply.RPC.ChannelAllocationUpdateRequest request, grpc::CallOptions options)
 {
     return(CallInvoker.AsyncUnaryCall(__Method_UpdatePrice, null, options, request));
 }
Esempio n. 3
0
 public virtual global::HOLMS.Types.Supply.RPC.ChannelAllocationUpdateResponse InsertOrUpdateSupply(global::HOLMS.Types.Supply.RPC.ChannelAllocationUpdateRequest request, grpc::CallOptions options)
 {
     return(CallInvoker.BlockingUnaryCall(__Method_InsertOrUpdateSupply, null, options, request));
 }
Esempio n. 4
0
 public virtual grpc::AsyncUnaryCall <global::HOLMS.Types.Supply.RPC.ChannelAllocationUpdateResponse> UpdatePriceAsync(global::HOLMS.Types.Supply.RPC.ChannelAllocationUpdateRequest request, grpc::Metadata headers = null, DateTime?deadline = null, CancellationToken cancellationToken = default(CancellationToken))
 {
     return(UpdatePriceAsync(request, new grpc::CallOptions(headers, deadline, cancellationToken)));
 }
Esempio n. 5
0
 public virtual global::HOLMS.Types.Supply.RPC.ChannelAllocationUpdateResponse InsertOrUpdateSupply(global::HOLMS.Types.Supply.RPC.ChannelAllocationUpdateRequest request, grpc::Metadata headers = null, DateTime?deadline = null, CancellationToken cancellationToken = default(CancellationToken))
 {
     return(InsertOrUpdateSupply(request, new grpc::CallOptions(headers, deadline, cancellationToken)));
 }