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