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

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

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