GetActivationLogLicenseInfo

Description

Retrieves information about an activated Activation Key for multiple activations keys.

 ILicenseInfo GetActivationLogLicenseInfo (string webServiceUrl, 
                                           string activationKey, 
                                           string computerID,
                                           out string dataSet, out string response)

To parse the data returned in dataSet, check this article.

Parameters

ParameterTypeDescription
webServiceUrlstringURL to the QLM License Server
activationKeystringthe activation key to query
computerIDstringthe unique computer identifier
dataSetref stringreturned dataset containing license key records that match the activation key
responsestringXML fragment containing the result of the call. The Xml fragment schema is as follows:

Return

TypeDescription
ILicenseInfodetailed information about the activated license for the specified computerID

C# Example

ILicenseInfo li = license.GetActivationLogLicenseInfo (webServiceUrl, 
                                                       "A2GM0-50K00-PYU3F-784HH-1U1V5T", 
                                                       "PC-001", 
                                                       out dataSet,
                                                       out response);