ILicense.LicenseUpdate

Fore Syntax

LicenseUpdate: UiLicenseStatusCode;

Fore.NET Syntax

LicenseUpdate: Prognoz.Platform.Interop.ForeSystem.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.

Fore and Fore.NET Examples

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

See also:

ILicense