예제 #1
0
 public virtual Task <ReportRun> GetAsync(string reportRunId, ReportRunGetOptions options = null, RequestOptions requestOptions = null, CancellationToken cancellationToken = default)
 {
     return(this.GetEntityAsync(reportRunId, options, requestOptions, cancellationToken));
 }
예제 #2
0
 public virtual ReportRun Get(string reportRunId, ReportRunGetOptions options = null, RequestOptions requestOptions = null)
 {
     return(this.GetEntity(reportRunId, options, requestOptions));
 }