Amazon.ElasticTranscoder.AmazonElasticTranscoderClient.EndListJobsByPipeline C# (CSharp) Méthode

EndListJobsByPipeline() public méthode

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