Skip to main content
This method is implemented in FRE for Linux and Windows.
This method is called to restart licensing, for example, after the connection to the license server was broken and re-established. In case of success, it returns TRUE.

Syntax

C++

HRESULT RestartLicensing( VARIANT_BOOL* Result );

C#

bool RestartLicensing();

Visual Basic .NET

Function RestartLicensing() As Boolean

Parameters

Result [out, retval] This parameter returns TRUE if the licensing is successfully restarted and the program operation can be continued.

Return values

This method has no specific return values. It returns the standard return values of ABBYY FineReader Engine functions.

See also

ILicensingConnectionRecoveryCallback Engine