Amazon.ElasticTranscoder.AmazonElasticTranscoderClient.EndListJobsByPipeline C# (CSharp) Method

EndListJobsByPipeline() public method

Finishes the asynchronous execution of the ListJobsByPipeline operation.
public EndListJobsByPipeline ( IAsyncResult asyncResult ) : ListJobsByPipelineResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginListJobsByPipeline.
return Amazon.ElasticTranscoder.Model.ListJobsByPipelineResponse
        public  ListJobsByPipelineResponse EndListJobsByPipeline(IAsyncResult asyncResult)
        {
            return EndInvoke<ListJobsByPipelineResponse>(asyncResult);
        }