/// <summary>
 ///  NEW REPORTING ENDPOINT
 /// </summary>
 public virtual AsyncUnaryCall <global::HOLMS.Types.Reporting.Outputs.HtmlReportResponse> GetFrontDeskReportsAsync(global::HOLMS.Types.Reporting.RPC.FrontDeskBatchReportingSvcRequest request, CallOptions options)
 {
     return(CallInvoker.AsyncUnaryCall(__Method_GetFrontDeskReports, null, options, request));
 }
 /// <summary>
 ///  NEW REPORTING ENDPOINT
 /// </summary>
 public virtual global::System.Threading.Tasks.Task <global::HOLMS.Types.Reporting.Outputs.HtmlReportResponse> GetFrontDeskReports(global::HOLMS.Types.Reporting.RPC.FrontDeskBatchReportingSvcRequest request, ServerCallContext context)
 {
     throw new RpcException(new Status(StatusCode.Unimplemented, ""));
 }
 /// <summary>
 ///  NEW REPORTING ENDPOINT
 /// </summary>
 public virtual AsyncUnaryCall <global::HOLMS.Types.Reporting.Outputs.HtmlReportResponse> GetFrontDeskReportsAsync(global::HOLMS.Types.Reporting.RPC.FrontDeskBatchReportingSvcRequest request, Metadata headers = null, DateTime?deadline = null, CancellationToken cancellationToken = default(CancellationToken))
 {
     return(GetFrontDeskReportsAsync(request, new CallOptions(headers, deadline, cancellationToken)));
 }
Ejemplo n.º 4
0
 public virtual global::HOLMS.Types.Reporting.Outputs.HtmlReportResponse GetFrontDeskReports(global::HOLMS.Types.Reporting.RPC.FrontDeskBatchReportingSvcRequest request, grpc::CallOptions options)
 {
     return(CallInvoker.BlockingUnaryCall(__Method_GetFrontDeskReports, null, options, request));
 }