Retrieves information about an activated Activation Key for multiple activations keys.
C#: ILicenseInfo GetActivationLogLicenseInfo (string webServiceUrl, string activationKey, string computerID, out string dataSet, out string response)
Parameters
webServiceUrl - URL to the QLM License Server.
activationKey - activation key of the customer
computerID - computer identifier
dataSet - data set returned by the server.
response - result of the call to the server.
C# Example
ILicenseInfo li = license.GetActivationLogLicenseInfo (webServiceUrl, "A2GM0-50K00-PYU3F-784HH-1U1V5T", "PC-001", out dataSet out response);
To parse the data returned in dataSet, check this article.
Comments
0 comments
Article is closed for comments.