Example #1
0
 public virtual Task <ValueList> GetAsync(string valueListId, ValueListGetOptions options = null, RequestOptions requestOptions = null, CancellationToken cancellationToken = default(CancellationToken))
 {
     return(this.GetEntityAsync(valueListId, options, requestOptions, cancellationToken));
 }
Example #2
0
 public virtual ValueList Get(string valueListId, ValueListGetOptions options = null, RequestOptions requestOptions = null)
 {
     return(this.GetEntity(valueListId, options, requestOptions));
 }