Amazon.CodePipeline.AmazonCodePipelineClient.EndPutJobSuccessResult C# (CSharp) Méthode

EndPutJobSuccessResult() public méthode

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