Register the end user license in the qlmFloating DB. This is used to extract the number of floating seats.
C#: bool RegisterLicense(string activationKey, string computerKey, string computerID)
Parameters
activationKey - Activation Key
computerKey - The computer key returned as a result of the activation process
computerID - The ID of the computer on which the license was activated. Note that in the context of floating licensing, activation only occurs on one computer. The computerID specified here is the ID of that computer.
Comments
0 comments
Article is closed for comments.