This function validates protection mechanism and closes software if something is incorrect (wrong library, unexpected file modifications). We call it inside Init function, but you can also call it also at any time
Syntax
public static void CheckConsistency()
Parameters
no parameters.
Return value
Returns nothing.
Requirements
File: ItpLibraryNetWrapper.cs
Namespace: ItpLibraryNetClient;
Example
public
void
OnTimerValidationEvent()
{
// ....
ItpLibraryNetWrapper.CheckConsistency();
// .......
}