The IiLicenseManager interface is used to manage licenses.
Property name | Brief description | |
The FeatureDescription property returns name of a system feature. |
||
The IsStandalone property returns True, if a stand-alone license is used, otherwise it returns False. |
||
The Server property returns the license server name, from which the license is used. |
Method name | Brief description | |
The AddFeature method adds a license code. |
||
The CheckinCommuterLicense method checks in a local license, enabling the temporary use of application offline, to license server. |
||
The CheckoutCommuterLicense method checks out a local license, enabling to use the application offline, from license server. |
||
The CommuterInfo method gets information about a temporary local feature checked out from license server. |
||
The DeleteFeature method deletes license code from the current session. |
||
The FeatureInfo method gets information on a feature. |
||
The GetAllFeatures method returns a list of all available features. |
||
The IsCheckedOut method checks if temporary local license is checked out from license server. |
||
The RequestLicense method checks if the set feature is included to the license and returns check result. |
See also: