Entry point for runtime licenses.

Note
This function has no effect, but it is provided for compatibility with older versions. The use of this function is deprecated.

Namespace: ILOG.OPL
Assembly: oplall (in oplall.dll)

Syntax

C#
public static void RegisterLicense(
	string license,
	int signature
)

Parameters

license
Type: System..::..String
A string containing the RUNTIME key, which is obtained from ILOG.
signature
Type: System..::..Int32
An integer associated with the RUNTIME key, obtained from ILOG with the key.

See Also