Esempio n. 1
0
 /// <param name='operations'>
 /// The operations group for this extension method.
 /// </param>
 /// <param name='id'>
 /// </param>
 /// <param name='retry'>
 /// </param>
 /// <param name='cancellationToken'>
 /// The cancellation token.
 /// </param>
 public static async Task <string> GetNextTaskAsync(this IArm operations, long id, int?retry = default(int?), CancellationToken cancellationToken = default(CancellationToken))
 {
     using (var _result = await operations.GetNextTaskWithHttpMessagesAsync(id, retry, null, cancellationToken).ConfigureAwait(false))
     {
         return(_result.Body);
     }
 }