Amazon.CloudHSM.AmazonCloudHSMClient.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.CloudHSM.Model.ListTagsForResourceResponse
        public  ListTagsForResourceResponse EndListTagsForResource(IAsyncResult asyncResult)
        {
            return EndInvoke<ListTagsForResourceResponse>(asyncResult);
        }