Amazon.ElasticTranscoder.AmazonElasticTranscoderClient.EndListPresets C# (CSharp) Метод

EndListPresets() публичный Метод

Finishes the asynchronous execution of the ListPresets operation.
public EndListPresets ( IAsyncResult asyncResult ) : ListPresetsResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginListPresets.
Результат Amazon.ElasticTranscoder.Model.ListPresetsResponse
        public  ListPresetsResponse EndListPresets(IAsyncResult asyncResult)
        {
            return EndInvoke<ListPresetsResponse>(asyncResult);
        }