Amazon.Route53.AmazonRoute53Client.EndListTagsForResources C# (CSharp) Метод

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

Finishes the asynchronous execution of the ListTagsForResources operation.
public EndListTagsForResources ( IAsyncResult asyncResult ) : ListTagsForResourcesResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginListTagsForResources.
Результат ListTagsForResourcesResponse
        public  ListTagsForResourcesResponse EndListTagsForResources(IAsyncResult asyncResult)
        {
            return EndInvoke<ListTagsForResourcesResponse>(asyncResult);
        }
AmazonRoute53Client