LicenseManager

Assembly: Host;

Description

The LicenseManager class implements an object that is used to manage licenses.

Class object properties inherited from ILicenseManager

  Property name Brief description

FeatureDescription

The FeatureDescription property returns name of a system feature.

IsStandalone

The IsStandalone property returns True, if a stand-alone license is used, otherwise it returns False.

Server

The Server property returns the license server name, from which the license is used.

Class object properties inherited from ILicenseManager

  Method name Brief description

AddFeature

The AddFeature method adds license code.

CheckinCommuterLicense

The CheckinCommuterLicense method checks in local license, enabling the temporary use of application offline, to license server.

CheckoutCommuterLicense

The CheckoutCommuterLicense method checks out local license, enabling to use the application offline, from license server.

CommuterInfo

The CommuterInfo method gets information about a temporary local feature checked out from license server.

DeleteFeature

The DeleteFeature method deletes license code from the current session.

FeatureInfo

The FeatureInfo method gets information on a feature.

GetAllFeatures

The GetAllFeatures method returns a list of all available features.

IsCheckedOut

The IsCheckedOut method checks if temporary local license is checked out from license server.

RequestLicense

The RequestLicense method checks if the set feature is included to the license and returns check result.

See also:

Host Assembly Classes