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

EndReadJob() 공개 메소드

Finishes the asynchronous execution of the ReadJob operation.
public EndReadJob ( IAsyncResult asyncResult ) : ReadJobResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginReadJob.
리턴 Amazon.ElasticTranscoder.Model.ReadJobResponse
        public  ReadJobResponse EndReadJob(IAsyncResult asyncResult)
        {
            return EndInvoke<ReadJobResponse>(asyncResult);
        }