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

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

Finishes the asynchronous execution of the RetryStageExecution operation.
public EndRetryStageExecution ( IAsyncResult asyncResult ) : RetryStageExecutionResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginRetryStageExecution.
Результат Amazon.CodePipeline.Model.RetryStageExecutionResponse
        public  RetryStageExecutionResponse EndRetryStageExecution(IAsyncResult asyncResult)
        {
            return EndInvoke<RetryStageExecutionResponse>(asyncResult);
        }
AmazonCodePipelineClient