コード例 #1
0
ファイル: RenderServiceGrpc.cs プロジェクト: yongyuwh/orrb
 public virtual grpc::AsyncUnaryCall <global::Orrb.RenderBatchResponse> RenderBatchAsync(global::Orrb.RenderBatchRequest request, grpc::CallOptions options)
 {
     return(CallInvoker.AsyncUnaryCall(__Method_RenderBatch, null, options, request));
 }
コード例 #2
0
ファイル: RenderServiceGrpc.cs プロジェクト: yongyuwh/orrb
 public virtual global::Orrb.RenderBatchResponse RenderBatch(global::Orrb.RenderBatchRequest request, grpc::CallOptions options)
 {
     return(CallInvoker.BlockingUnaryCall(__Method_RenderBatch, null, options, request));
 }
コード例 #3
0
ファイル: RenderServiceGrpc.cs プロジェクト: yongyuwh/orrb
 public virtual grpc::AsyncUnaryCall <global::Orrb.RenderBatchResponse> RenderBatchAsync(global::Orrb.RenderBatchRequest request, grpc::Metadata headers = null, global::System.DateTime?deadline = null, global::System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken))
 {
     return(RenderBatchAsync(request, new grpc::CallOptions(headers, deadline, cancellationToken)));
 }
コード例 #4
0
ファイル: RenderServiceGrpc.cs プロジェクト: yongyuwh/orrb
 public virtual global::System.Threading.Tasks.Task <global::Orrb.RenderBatchResponse> RenderBatch(global::Orrb.RenderBatchRequest request, grpc::ServerCallContext context)
 {
     throw new grpc::RpcException(new grpc::Status(grpc::StatusCode.Unimplemented, ""));
 }