Retrieves information about the customer associated to the specified activation key.
C#: IQlmCustomerInfo GetCustomerInfo (string webServiceUrl, string activationKey)
Parameters
webServiceUrl - URL to the QLM License Server.
activationKey - activaiton key of the customer
C# Example
- IQlmCustomerInfo customer = license.GetCustomerInfo (webServiceUrl, "A2GM0-50K00-PYU3F-784HH-1U1V5T");
Comments
0 comments
Article is closed for comments.