Class RestaurantService.RestaurantServiceBase
Assembly: Grpc.dll
Base class for server-side implementations of RestaurantService
[BindServiceMethod(typeof(RestaurantService), "BindService")]
public abstract class RestaurantService.RestaurantServiceBase
Inheritance
object ← RestaurantService.RestaurantServiceBase
Inherited Members
object.Equals\(object?\), object.Equals\(object?, object?\), object.GetHashCode\(\), object.GetType\(\), object.MemberwiseClone\(\), object.ReferenceEquals\(object?, object?\), object.ToString\(\)
Methods
DecrementProductsStock\(GrpcDecrementProductStockCommand, ServerCallContext\)
public virtual Task<GrpcDecrementProductStockResponse> DecrementProductsStock(GrpcDecrementProductStockCommand request, ServerCallContext context)
Parameters
request GrpcDecrementProductStockCommand
context ServerCallContext
Returns
Last modified: 21 May 2024