public virtual AsyncUnaryCall <global::HOLMS.Types.Reporting.RPC.CardCaptureReportingSvcReportResponse> GetPendingTransactionsReportAsync(global::HOLMS.Types.Reporting.RPC.CardCaptureReportingSvcGetPendingTransactionsRequest request, CallOptions options)
 {
     return(CallInvoker.AsyncUnaryCall(__Method_GetPendingTransactionsReport, null, options, request));
 }
 public virtual global::System.Threading.Tasks.Task <global::HOLMS.Types.Reporting.RPC.CardCaptureReportingSvcReportResponse> GetPendingTransactionsReport(global::HOLMS.Types.Reporting.RPC.CardCaptureReportingSvcGetPendingTransactionsRequest request, ServerCallContext context)
 {
     throw new RpcException(new Status(StatusCode.Unimplemented, ""));
 }
 public virtual AsyncUnaryCall <global::HOLMS.Types.Reporting.RPC.CardCaptureReportingSvcReportResponse> GetPendingTransactionsReportAsync(global::HOLMS.Types.Reporting.RPC.CardCaptureReportingSvcGetPendingTransactionsRequest request, Metadata headers = null, DateTime?deadline = null, CancellationToken cancellationToken = default(CancellationToken))
 {
     return(GetPendingTransactionsReportAsync(request, new CallOptions(headers, deadline, cancellationToken)));
 }
 public virtual global::HOLMS.Types.Reporting.RPC.CardCaptureReportingSvcReportResponse GetPendingTransactionsReport(global::HOLMS.Types.Reporting.RPC.CardCaptureReportingSvcGetPendingTransactionsRequest request, grpc::CallOptions options)
 {
     return(CallInvoker.BlockingUnaryCall(__Method_GetPendingTransactionsReport, null, options, request));
 }