Initializing help system before first use

BeginLicensing Method

Begins the OEM licensing procedure. Subsequent calls to BeginLicensing() from the same process will block until this thread calls EndLicensing(), whether or not BeginLicensing() returns true.

Namespace:   Mosel
Assembly:  xprmdn (in xprmdn.dll) Version: 4.8.0.0
Syntax
C#
public static bool BeginLicensing()

Return Value

Type:  Boolean
True if the current process does not currently hold an Xpress license.
See Also