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

EndPollForThirdPartyJobs() public method

Finishes the asynchronous execution of the PollForThirdPartyJobs operation.
public EndPollForThirdPartyJobs ( IAsyncResult asyncResult ) : Amazon.CodePipeline.Model.PollForThirdPartyJobsResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginPollForThirdPartyJobs.
return Amazon.CodePipeline.Model.PollForThirdPartyJobsResponse
        public  PollForThirdPartyJobsResponse EndPollForThirdPartyJobs(IAsyncResult asyncResult)
        {
            return EndInvoke<PollForThirdPartyJobsResponse>(asyncResult);
        }
AmazonCodePipelineClient