Properties

NameTypeDescription

ConcurrentAccessRetries

int

This property specifies how many attempts are made to read or write to the floating license xml file before failing. If you expect over 100 concurrent users, you may want to increase this setting. The default is 5.

EnableAutomaticRegistration

bool

When true, the QlmFloatingLicenseMgr class will check on a regular basis if the current node is still registered in the floating license database/xml. If the current running node is no longer registered, it will be automatically re-registered. In the event re-registration is not possible because all the licenses are consumed, a violation event will be triggered.

SettingsFile

string

Set the full path of QLM settings files as generated by the Protect Your Application wizard. This should typically be set from the constructor, however if the QlmFloatingLicenseMgr class is created via COM instead of C#, you can only invoke the default constructor so you must set this property or the QlmLicenseObject property right after creating the QlmFloatingLicenseMgr object. Note that you sholud either set the QlmLicenseObject property or the SettingsFile property but not both.

Last updated