Esempio n. 1
0
 /// <summary>
 /// The operations group for this extension method.
 /// </summary>
 /// <param name="operations"></param>
 /// <param name=""></param>
 /// <param name="cancellationToken"></param>
 /// <returns></returns>
 public static async Task <IList <string> > GetAllAgreementIdAsync(this ICollateral operations, CancellationToken cancellationToken = default(CancellationToken))
 {
     using (var _result = await operations.GetAllAgreementIdWithHttpMessagesAsync(null, cancellationToken).ConfigureAwait(false))
     {
         return(_result.Body);
     }
 }