Edition: QLM Pro
Version: 16.0.22281.2
IQlmCloudFloatingLicenseHelper is an interface that exposes the methods and properties of the QlmCloudFloatingLicenseHelper class for managing cloud-based floating licenses.
Methods
CheckoutLicense: Checks out a license from the server. If the client is in offline mode and the offline expiry was not reached, no checkout is actually performed.
CheckinLicense: Checks in a license to the license server. If the client is offline and the offline expiry period was not reached, no check-in occurs.
GoOffline: Configure the client for offline mode. You must specify the period in minutes that the client will go offline. After this period, an event will be fired and your application can take any action as needed.
GoOnline: Configure the client for online mode.
ProcessOrphanedInstances: Synchronize the activation count on the server v/s the number of running instances on the client. The Activation Count can become out of sync when an application crashes or when an application exits while offline.
DeactivateAllExpiredLicenses: Deactivates all licenses whose OfflineExpiryDate has expired and that are associated with the client's Activation Key.
Properties
QlmTimerFrequency: When a client checks out a license for offline usage, a client-side timer monitors the usage time and triggers an event when the offline period is exceeded. The timer frequency controls the interval at which the timer is triggered.
QlmTimerDelayStart: Delay to start the timer.
Activation Key: The customer's activation key (required).
ComputerID: The customer's Computer ID (required).
Comments
0 comments
Please sign in to leave a comment.