Amazon.CodePipeline.AmazonCodePipelineClient.EndPutJobSuccessResult C# (CSharp) Method

EndPutJobSuccessResult() public method

Finishes the asynchronous execution of the PutJobSuccessResult operation.
public EndPutJobSuccessResult ( IAsyncResult asyncResult ) : PutJobSuccessResultResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginPutJobSuccessResult.
return PutJobSuccessResultResponse
        public  PutJobSuccessResultResponse EndPutJobSuccessResult(IAsyncResult asyncResult)
        {
            return EndInvoke<PutJobSuccessResultResponse>(asyncResult);
        }
AmazonCodePipelineClient