Ejemplo n.º 1
0
 public virtual grpc::AsyncUnaryCall <global::UsingService.Response> UpdateDriverAsync(global::UsingService.Driver request, grpc::Metadata headers = null, global::System.DateTime?deadline = null, global::System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken))
 {
     return(UpdateDriverAsync(request, new grpc::CallOptions(headers, deadline, cancellationToken)));
 }
Ejemplo n.º 2
0
 public virtual grpc::AsyncUnaryCall <global::UsingService.Response> UpdateDriverAsync(global::UsingService.Driver request, grpc::CallOptions options)
 {
     return(CallInvoker.AsyncUnaryCall(__Method_UpdateDriver, null, options, request));
 }
Ejemplo n.º 3
0
 public virtual global::UsingService.Response UpdateDriver(global::UsingService.Driver request, grpc::CallOptions options)
 {
     return(CallInvoker.BlockingUnaryCall(__Method_UpdateDriver, null, options, request));
 }