예제 #1
0
파일: GreetGrpc.cs 프로젝트: KiyEA/MathLie
 public virtual grpc::AsyncUnaryCall <global::UsingService.Response> UpdateUserAsync(global::UsingService.User request, grpc::Metadata headers = null, global::System.DateTime?deadline = null, global::System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken))
 {
     return(UpdateUserAsync(request, new grpc::CallOptions(headers, deadline, cancellationToken)));
 }
예제 #2
0
파일: GreetGrpc.cs 프로젝트: KiyEA/MathLie
 public virtual grpc::AsyncUnaryCall <global::UsingService.Response> UpdateUserAsync(global::UsingService.User request, grpc::CallOptions options)
 {
     return(CallInvoker.AsyncUnaryCall(__Method_UpdateUser, null, options, request));
 }
예제 #3
0
파일: GreetGrpc.cs 프로젝트: KiyEA/MathLie
 public virtual global::UsingService.Response UpdateUser(global::UsingService.User request, grpc::CallOptions options)
 {
     return(CallInvoker.BlockingUnaryCall(__Method_UpdateUser, null, options, request));
 }