Amazon.ElasticFileSystem.AmazonElasticFileSystemClient.EndDescribeTags C# (CSharp) Méthode

EndDescribeTags() public méthode

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.
Résultat Amazon.ElasticFileSystem.Model.DescribeTagsResponse
        public  DescribeTagsResponse EndDescribeTags(IAsyncResult asyncResult)
        {
            return EndInvoke<DescribeTagsResponse>(asyncResult);
        }