Exemplo n.º 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>
 public static bool?GetInheritedIsActiveStateOfAsset(this IAssets operations, string client, string id)
 {
     return(operations.GetInheritedIsActiveStateOfAssetAsync(client, id).GetAwaiter().GetResult());
 }