Пример #1
0
 /// <summary>
 /// Gets the hierarchial active state of the asset
 /// </summary>
 /// <param name='operations'>
 /// The operations group for this extension method.
 /// </param>
 /// <param name='client'>
 /// </param>
 /// <param name='id'>
 /// </param>
 /// <param name='cancellationToken'>
 /// The cancellation token.
 /// </param>
 public static async Task <bool?> GetInheritedIsActiveStateOfAssetAsync(this IAssets operations, string client, string id, CancellationToken cancellationToken = default(CancellationToken))
 {
     using (var _result = await operations.GetInheritedIsActiveStateOfAssetWithHttpMessagesAsync(client, id, null, cancellationToken).ConfigureAwait(false))
     {
         return(_result.Body);
     }
 }