Amazon.Elasticsearch.AmazonElasticsearchClient.EndListTags C# (CSharp) Method

EndListTags() public method

Finishes the asynchronous execution of the ListTags operation.
public EndListTags ( IAsyncResult asyncResult ) : Amazon.Elasticsearch.Model.ListTagsResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginListTags.
return Amazon.Elasticsearch.Model.ListTagsResponse
        public  ListTagsResponse EndListTags(IAsyncResult asyncResult)
        {
            return EndInvoke<ListTagsResponse>(asyncResult);
        }