Пример #1
0
 /// <summary>
 /// Retrieve a summary of Asset Guids
 /// </summary>
 /// <param name='operations'>
 /// The operations group for this extension method.
 /// </param>
 /// <param name='client'>
 /// The name of the client account.
 /// </param>
 /// <param name='ids'>
 /// Optionally supply the Asset IDs to get summaries for, space separated.
 /// </param>
 public static IList <SyncSummaryElement> GetAssetSummary(this IAssets operations, string client, string ids = default(string))
 {
     return(operations.GetAssetSummaryAsync(client, ids).GetAwaiter().GetResult());
 }