Beispiel #1
0
 public bool IsResultFileUrl(ReportingOperationStatus status)
 {
     return(status.ResultFileUrl != null);
 }
 private async Task RefreshStatus()
 {
     _currentStatus = await GetStatusWithRetries().ConfigureAwait(false);
 }
Beispiel #3
0
 public bool IsSuccessStatus(ReportingOperationStatus status)
 {
     return(status.Status == ReportRequestStatusType.Success);
 }