Exemple #1
0
 public virtual global::Google.Protobuf.WellKnownTypes.Empty AddCar(global::CarInventoryProto.Car request, grpc::Metadata headers = null, DateTime?deadline = null, CancellationToken cancellationToken = default(CancellationToken))
 {
     return(AddCar(request, new grpc::CallOptions(headers, deadline, cancellationToken)));
 }
Exemple #2
0
 public virtual global::System.Threading.Tasks.Task <global::Google.Protobuf.WellKnownTypes.Empty> AddCar(global::CarInventoryProto.Car request, grpc::ServerCallContext context)
 {
     throw new grpc::RpcException(new grpc::Status(grpc::StatusCode.Unimplemented, ""));
 }
Exemple #3
0
 public virtual global::System.Threading.Tasks.Task <global::CarInventoryProto.CarList> ListAllCars(global::CarInventoryProto.Car request, grpc::ServerCallContext context)
 {
     throw new grpc::RpcException(new grpc::Status(grpc::StatusCode.Unimplemented, ""));
 }
Exemple #4
0
 public virtual grpc::AsyncUnaryCall <global::CarInventoryProto.CarList> ListAllCarsAsync(global::CarInventoryProto.Car request, grpc::Metadata headers = null, DateTime?deadline = null, CancellationToken cancellationToken = default(CancellationToken))
 {
     return(ListAllCarsAsync(request, new grpc::CallOptions(headers, deadline, cancellationToken)));
 }
Exemple #5
0
 public virtual grpc::AsyncUnaryCall <global::CarInventoryProto.CarList> ListAllCarsAsync(global::CarInventoryProto.Car request, grpc::CallOptions options)
 {
     return(CallInvoker.AsyncUnaryCall(__Method_ListAllCars, null, options, request));
 }
Exemple #6
0
 public virtual global::CarInventoryProto.CarList ListAllCars(global::CarInventoryProto.Car request, grpc::CallOptions options)
 {
     return(CallInvoker.BlockingUnaryCall(__Method_ListAllCars, null, options, request));
 }
Exemple #7
0
 public virtual grpc::AsyncUnaryCall <global::CarInventoryProto.Car> RemoveCarAsync(global::CarInventoryProto.Car request, grpc::CallOptions options)
 {
     return(CallInvoker.AsyncUnaryCall(__Method_RemoveCar, null, options, request));
 }
Exemple #8
0
 public virtual global::CarInventoryProto.Car RemoveCar(global::CarInventoryProto.Car request, grpc::CallOptions options)
 {
     return(CallInvoker.BlockingUnaryCall(__Method_RemoveCar, null, options, request));
 }
Exemple #9
0
 public virtual global::CarInventoryProto.Car RemoveCar(global::CarInventoryProto.Car request, grpc::Metadata headers = null, DateTime?deadline = null, CancellationToken cancellationToken = default(CancellationToken))
 {
     return(RemoveCar(request, new grpc::CallOptions(headers, deadline, cancellationToken)));
 }
Exemple #10
0
 public virtual grpc::AsyncUnaryCall <global::Google.Protobuf.WellKnownTypes.Empty> AddCarAsync(global::CarInventoryProto.Car request, grpc::CallOptions options)
 {
     return(CallInvoker.AsyncUnaryCall(__Method_AddCar, null, options, request));
 }