示例#1
0
 public virtual Task <Source> GetAsync(string sourceId, SourceGetOptions options = null, RequestOptions requestOptions = null, CancellationToken cancellationToken = default)
 {
     return(this.GetEntityAsync(sourceId, options, requestOptions, cancellationToken));
 }
示例#2
0
 public virtual Source Get(string sourceId, SourceGetOptions options = null, RequestOptions requestOptions = null)
 {
     return(this.GetEntity(sourceId, options, requestOptions));
 }