コード例 #1
0
 /// <summary>
 /// Continue a previous call to 'investigation'. See the GET 'investigation'
 /// API for more details
 /// </summary>
 /// <param name='operations'>
 /// The operations group for this extension method.
 /// </param>
 /// <param name='id'>
 /// The token from a previous call to 'investigation'
 /// </param>
 /// <param name='cancellationToken'>
 /// The cancellation token.
 /// </param>
 public static async Task <InvestigationResult> ContinueOperationAsync(this IAggregate operations, string id, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken))
 {
     using (var _result = await operations.ContinueOperationWithHttpMessagesAsync(id, null, cancellationToken).ConfigureAwait(false))
     {
         return(_result.Body);
     }
 }