ILicenseManager

Description

The IiLicenseManager interface is used to manage licenses.

Properties

  Property name Brief description

FeatureDescription

The FeatureDescription property returns name of a system feature.

IsStandalone

The IsStandalone property returns True, if a standalone license is used, otherwise it returns False.

NOTE. The property is not intended to be used in application code. It is kept for compatibility with previous versions.

Server

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

NOTE. The property is not intended to be used in application code. It is kept for compatibility with previous versions.

Methods

  Method name Brief description

AddFeature

The AddFeature method adds a license code.

NOTE. The method is not intended to be used in application code. It is kept for compatibility with previous versions.

CheckinCommuterLicense

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

NOTE. The method is not intended to be used in application code. It is kept for compatibility with previous versions.

CheckoutCommuterLicense

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

NOTE. The method is not intended to be used in application code. It is kept for compatibility with previous versions.

CommuterInfo

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

NOTE. The method is not intended to be used in application code. It is kept for compatibility with previous versions.

DeleteFeature

The DeleteFeature method deletes license code from the current session.

NOTE. The method is not intended to be used in application code. It is kept for compatibility with previous versions.

FeatureInfo

The FeatureInfo method gets information on a feature.

NOTE. The method is not intended to be used in application code. It is kept for compatibility with previous versions.

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.

NOTE. The method is not intended to be used in application code. It is kept for compatibility with previous versions.

RequestLicense

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

See also:

Host Assembly Interfaces