Activates a floating license. This will consume one floating license, if available. You should call this function when your application is launched.
If the function returns QlmActivationStatus.Activated or QlmActivationStatus.AlreadyActivated, you can proceed with the launch of your application.
Any other value would indicate an issue and you should abort the launch of your application.
Method: QlmActivationStatus RegisterNode(out string message)
Parameters:
- message is a return message.
QlmActivationStatus can have one of the following values:
Activated - The license was activated successfully.
AlreadyActivated - The license was already activated for this computer.
FailedToFindDb - The QLM Floating database was not found.
FailedToActivate - The activation failed.
InvalidLicense - The license key registered in the database is not valid.
NoMoreLicenses - There are no more licenses available.
NotActivated - The license was not activated.
Undefined - Initial value of this enum.
Comments
0 comments
Article is closed for comments.