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

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

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