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

EndListPipelines() public method

Finishes the asynchronous execution of the ListPipelines operation.
public EndListPipelines ( IAsyncResult asyncResult ) : ListPipelinesResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginListPipelines.
return Amazon.ElasticTranscoder.Model.ListPipelinesResponse
        public  ListPipelinesResponse EndListPipelines(IAsyncResult asyncResult)
        {
            return EndInvoke<ListPipelinesResponse>(asyncResult);
        }