コード例 #1
0
ファイル: GreetGrpc.cs プロジェクト: KiyEA/MathLie
 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)));
 }
コード例 #2
0
ファイル: GreetGrpc.cs プロジェクト: KiyEA/MathLie
 public virtual grpc::AsyncUnaryCall <global::UsingService.Response> UpdateDriverAsync(global::UsingService.Driver request, grpc::CallOptions options)
 {
     return(CallInvoker.AsyncUnaryCall(__Method_UpdateDriver, null, options, request));
 }
コード例 #3
0
ファイル: GreetGrpc.cs プロジェクト: KiyEA/MathLie
 public virtual global::UsingService.Response UpdateDriver(global::UsingService.Driver request, grpc::CallOptions options)
 {
     return(CallInvoker.BlockingUnaryCall(__Method_UpdateDriver, null, options, request));
 }