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