Amazon.ElasticFileSystem.AmazonElasticFileSystemClient.EndDescribeTags C# (CSharp) Method

EndDescribeTags() public method

Finishes the asynchronous execution of the DescribeTags operation.
public EndDescribeTags ( IAsyncResult asyncResult ) : Amazon.ElasticFileSystem.Model.DescribeTagsResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDescribeTags.
return Amazon.ElasticFileSystem.Model.DescribeTagsResponse
        public  DescribeTagsResponse EndDescribeTags(IAsyncResult asyncResult)
        {
            return EndInvoke<DescribeTagsResponse>(asyncResult);
        }