Example #1
0
 public virtual grpc::AsyncUnaryCall <global::GrpcService.Interface.EmptyMessge> WarmupAsync(global::GrpcService.Interface.EmptyMessge request, grpc::CallOptions options)
 {
     return(CallInvoker.AsyncUnaryCall(__Method_Warmup, null, options, request));
 }
Example #2
0
 public virtual global::GrpcService.Interface.EmptyMessge Warmup(global::GrpcService.Interface.EmptyMessge request, grpc::CallOptions options)
 {
     return(CallInvoker.BlockingUnaryCall(__Method_Warmup, null, options, request));
 }
Example #3
0
 public virtual grpc::AsyncUnaryCall <global::GrpcService.Interface.EmptyMessge> WarmupAsync(global::GrpcService.Interface.EmptyMessge request, grpc::Metadata headers = null, DateTime?deadline = null, CancellationToken cancellationToken = default(CancellationToken))
 {
     return(WarmupAsync(request, new grpc::CallOptions(headers, deadline, cancellationToken)));
 }
Example #4
0
 public virtual global::System.Threading.Tasks.Task <global::GrpcService.Interface.EmptyMessge> Warmup(global::GrpcService.Interface.EmptyMessge request, grpc::ServerCallContext context)
 {
     throw new grpc::RpcException(new grpc::Status(grpc::StatusCode.Unimplemented, ""));
 }