Amazon.ElasticTranscoder.AmazonElasticTranscoderClient.EndListJobsByPipeline C# (CSharp) 메소드

EndListJobsByPipeline() 공개 메소드

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