Validate the license stored in the floating license database (xml or DB) and extract the total number of floating seats as well as the number of consumed seats. This function should be called after the floating license DB has been initialized and the license has been activated.
C#: bool ValidateLicense (out int totalNumLicenses, out int numActiveLicenses)
Parameters
totalNumLicenses- returns the total number of seats associated to the activated license.
numActiveLicenses - returns the number of licenses that are currently in use.
Return
Returns true if the license is valid.
Comments
0 comments
Article is closed for comments.