Exemple #1
0
 /// <summary>
 /// Set an operation into the "Running" state
 /// </summary>
 /// <param name='operations'>
 /// The operations group for this extension method.
 /// </param>
 /// <param name='tenantId'>
 /// Id of the Tenant.
 /// </param>
 /// <param name='operationId'>
 /// Id of the Operation.
 /// </param>
 /// <param name='percentComplete'>
 /// Optional percentage completeness of the Operation.
 /// </param>
 /// <param name='contentId'>
 /// Optional Content Id of Localized Content status message.
 /// </param>
 /// <param name='expireAfter'>
 /// Optional number of seconds for which to retain data about this operation
 /// after its last state change
 /// </param>
 /// <param name='body'>
 /// </param>
 /// <param name='cancellationToken'>
 /// The cancellation token.
 /// </param>
 public static async Task <ProblemDetails> SetOperationRunningAsync(this IMarainOperationsControl operations, string tenantId, System.Guid operationId, int?percentComplete = default(int?), string contentId = default(string), long?expireAfter = default(long?), string body = default(string), CancellationToken cancellationToken = default(CancellationToken))
 {
     using (var _result = await operations.SetOperationRunningWithHttpMessagesAsync(tenantId, operationId, percentComplete, contentId, expireAfter, body, null, cancellationToken).ConfigureAwait(false))
     {
         return(_result.Body);
     }
 }