Gets the list of systems that have been activated using the specific activation key.
Note that to call this function, you must:
- Set the CommunicationEncryptionKey property
C#: void GetActivationLog(string webServiceUrl, string activationKey, ref string dataSet, out string response)
To parse the returned dataSet, check this article.
Parameters
webServiceUrl - URL to the QLM License Server.
activation key - the activation key to check
dataSet - returned dataset containing the activated systems
response - XML fragment containing the result of the call. The Xml fragment schema is as follows:
<?xml version='1.0' encoding='UTF-8'?>
<QuickLicenseManager>
<result>Successfully executed query using filter...</result>
</QuickLicenseManager>
In the event of an error, the XML fragments returns:
<?xml version='1.0' encoding='UTF-8'?>
<QuickLicenseManager>
<error>Details about the error</error>
</QuickLicenseManager>
Comments
0 comments
Please sign in to leave a comment.