Validate the license stored in the floating license database (xml or DB) and extract the total number of floating seats as well as the number of consumed seats. This function should be called after the floating license DB has been initialized and the license has been activated.
C#: bool ValidateLicense (out bool reRegisterLicense, out bool reRegisterDb, out QlmActivationStatus activationStatus, out string message)
Parameters
- reRegisterLicense is a return flag indicating the license must be reactivated.
- reRegisterDb is a return flag indicating the floating license DB must be re-registered.
- activationStatus is a return flag indicating the current activation status.
- message is a return error message if there was an error during the validation.
Return
Returns true if the license is valid.
Comments
0 comments
Article is closed for comments.