Amazon.DirectoryService.AmazonDirectoryServiceClient.EndListTagsForResource C# (CSharp) Метод

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

Finishes the asynchronous execution of the ListTagsForResource operation.
public EndListTagsForResource ( IAsyncResult asyncResult ) : ListTagsForResourceResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginListTagsForResource.
Результат Amazon.DirectoryService.Model.ListTagsForResourceResponse
        public  ListTagsForResourceResponse EndListTagsForResource(IAsyncResult asyncResult)
        {
            return EndInvoke<ListTagsForResourceResponse>(asyncResult);
        }
AmazonDirectoryServiceClient