Exemple #1
0
 /// <summary>
 /// Set an existing operation into the "Failed" 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='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> SetOperationFailedAsync(this IMarainOperationsControl operations, string tenantId, System.Guid operationId, long?expireAfter = default(long?), string body = default(string), CancellationToken cancellationToken = default(CancellationToken))
 {
     using (var _result = await operations.SetOperationFailedWithHttpMessagesAsync(tenantId, operationId, expireAfter, body, null, cancellationToken).ConfigureAwait(false))
     {
         return(_result.Body);
     }
 }