Пример #1
0
 /// <summary>
 /// Retrieve a single asset by Guid
 /// </summary>
 /// <param name='operations'>
 /// The operations group for this extension method.
 /// </param>
 /// <param name='client'>
 /// The name of the client account.
 /// </param>
 /// <param name='id'>
 /// The asset Guid to retrieve.
 /// </param>
 public static Asset GetAsset(this IAssets operations, string client, string id)
 {
     return(operations.GetAssetAsync(client, id).GetAwaiter().GetResult());
 }