IsLicenseKeyActivated

Description

Checks if the provided license key has been activated on the specified system.

   bool IsLicenseKeyActivated (string webServiceUrl, 
                               string activationKey, 
                               string computerID )

Parameters

ParameterTypeDescription
webServiceUrlstringURL to the QLM License Server
activationKeystringactivation key
computerIDstringthe computerID to verify

Return

TypeDescription
booltrue if the license key is activated; false otherwise.