Amazon.CodePipeline.AmazonCodePipelineClient.RetryStageExecutionAsync C# (CSharp) Метод

RetryStageExecutionAsync() публичный Метод

Initiates the asynchronous execution of the RetryStageExecution operation.
public RetryStageExecutionAsync ( RetryStageExecutionRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.CodePipeline.Model.RetryStageExecutionRequest Container for the necessary parameters to execute the RetryStageExecution operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Результат Task
        public Task<RetryStageExecutionResponse> RetryStageExecutionAsync(RetryStageExecutionRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken))
        {
            var marshaller = new RetryStageExecutionRequestMarshaller();
            var unmarshaller = RetryStageExecutionResponseUnmarshaller.Instance;

            return InvokeAsync<RetryStageExecutionRequest,RetryStageExecutionResponse>(request, marshaller, 
                unmarshaller, cancellationToken);
        }
AmazonCodePipelineClient