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

EndRemoveTagsFromCertificate() public method

Finishes the asynchronous execution of the RemoveTagsFromCertificate operation.
public EndRemoveTagsFromCertificate ( IAsyncResult asyncResult ) : RemoveTagsFromCertificateResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginRemoveTagsFromCertificate.
return RemoveTagsFromCertificateResponse
        public  RemoveTagsFromCertificateResponse EndRemoveTagsFromCertificate(IAsyncResult asyncResult)
        {
            return EndInvoke<RemoveTagsFromCertificateResponse>(asyncResult);
        }