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

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

Finishes the asynchronous execution of the PutJobSuccessResult operation.
public EndPutJobSuccessResult ( IAsyncResult asyncResult ) : PutJobSuccessResultResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginPutJobSuccessResult.
Результат PutJobSuccessResultResponse
        public  PutJobSuccessResultResponse EndPutJobSuccessResult(IAsyncResult asyncResult)
        {
            return EndInvoke<PutJobSuccessResultResponse>(asyncResult);
        }
AmazonCodePipelineClient