コード例 #1
0
 public virtual global::System.Threading.Tasks.Task <global::HOLMS.Types.Folio.RPC.MasterFolioServiceRequestMasterFolioResponse> RequestMasterFolio(global::HOLMS.Types.Folio.RPC.MasterFolioServiceMasterFolioRequest request, ServerCallContext context)
 {
     throw new RpcException(new Status(StatusCode.Unimplemented, ""));
 }
コード例 #2
0
 public virtual AsyncUnaryCall <global::HOLMS.Types.Folio.RPC.MasterFolioServiceRequestMasterFolioResponse> RequestMasterFolioAsync(global::HOLMS.Types.Folio.RPC.MasterFolioServiceMasterFolioRequest request, Metadata headers = null, DateTime?deadline = null, CancellationToken cancellationToken = default(CancellationToken))
 {
     return(RequestMasterFolioAsync(request, new CallOptions(headers, deadline, cancellationToken)));
 }
コード例 #3
0
 public virtual AsyncUnaryCall <global::HOLMS.Types.Folio.RPC.MasterFolioServiceRequestMasterFolioResponse> RequestMasterFolioAsync(global::HOLMS.Types.Folio.RPC.MasterFolioServiceMasterFolioRequest request, CallOptions options)
 {
     return(CallInvoker.AsyncUnaryCall(__Method_RequestMasterFolio, null, options, request));
 }
コード例 #4
0
 public virtual global::HOLMS.Types.Folio.RPC.MasterFolioServiceRequestMasterFolioResponse RequestMasterFolio(global::HOLMS.Types.Folio.RPC.MasterFolioServiceMasterFolioRequest request, grpc::CallOptions options)
 {
     return(CallInvoker.BlockingUnaryCall(__Method_RequestMasterFolio, null, options, request));
 }