Пример #1
0
 public virtual Task <ScheduledQueryRun> GetAsync(string queryRunId, ScheduledQueryRunGetOptions options = null, RequestOptions requestOptions = null, CancellationToken cancellationToken = default)
 {
     return(this.GetEntityAsync(queryRunId, options, requestOptions, cancellationToken));
 }
Пример #2
0
 public virtual ScheduledQueryRun Get(string queryRunId, ScheduledQueryRunGetOptions options = null, RequestOptions requestOptions = null)
 {
     return(this.GetEntity(queryRunId, options, requestOptions));
 }