Пример #1
0
 /// <summary>
 /// Returns the asset template with configuration settings for an asset,
 /// including function and location taxonomy data as well as numeric and text
 /// attributes.
 /// </summary>
 /// <param name='operations'>
 /// The operations group for this extension method.
 /// </param>
 /// <param name='client'>
 /// </param>
 /// <param name='cancellationToken'>
 /// The cancellation token.
 /// </param>
 public static async Task <AssetTemplate> GetAssetTemplateAsync(this IAssets operations, string client, CancellationToken cancellationToken = default(CancellationToken))
 {
     using (var _result = await operations.GetAssetTemplateWithHttpMessagesAsync(client, null, cancellationToken).ConfigureAwait(false))
     {
         return(_result.Body);
     }
 }