Amazon.CertificateManager.AmazonCertificateManagerClient.EndListTagsForCertificate C# (CSharp) Method

EndListTagsForCertificate() public method

Finishes the asynchronous execution of the ListTagsForCertificate operation.
public EndListTagsForCertificate ( IAsyncResult asyncResult ) : ListTagsForCertificateResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginListTagsForCertificate.
return Amazon.CertificateManager.Model.ListTagsForCertificateResponse
        public  ListTagsForCertificateResponse EndListTagsForCertificate(IAsyncResult asyncResult)
        {
            return EndInvoke<ListTagsForCertificateResponse>(asyncResult);
        }