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

EndListJobsByStatus() public method

Finishes the asynchronous execution of the ListJobsByStatus operation.
public EndListJobsByStatus ( IAsyncResult asyncResult ) : ListJobsByStatusResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginListJobsByStatus.
return Amazon.ElasticTranscoder.Model.ListJobsByStatusResponse
        public  ListJobsByStatusResponse EndListJobsByStatus(IAsyncResult asyncResult)
        {
            return EndInvoke<ListJobsByStatusResponse>(asyncResult);
        }