Sets the location of the floating license database (or xml file). In order to ensure that a user has not duplicated the floating license database, you can call SetFloatingLicenseLocation to set the location of the floating license database when it is initially registered. Subsequently, when your application starts up, you can call GetFloatingLicenseLocation and compare the registered location with the real location of the database.
C#: public bool SetFloatingLicenseLocation(string webServiceUrl, string activationKey, string location, out string message)
Parameters
webServiceUrl - URL to the QLM License Server.
activationKey - activation key associated to this installation.
location - full path of the floating license DB or xml file.
message - return message in case of an error.
Comments
1 comment
Is this now called PublishFloatingLicenseLocation? I can't find SetFloatingLicenseLocation in my copy of the DLL but I can find PublishFloatingLicenseLocation.
Please sign in to leave a comment.