ILicense.LicenseUpdate

Syntax

LicenseUpdate: UiLicenseStatusCode;

Description

The LicenseUpdate method updates a license.

Comments

After the license is checked out, for example, using the ILicenseManager.RequestLicense method, it should be updated.

Example

The method use is given in the example for ILicenseManager.RequestLicense.

See also:

ILicense