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 Shared Sub CheckConsistency()
Parameters
no parameters.
Return value
Returns nothing.
Requirements
File: ItpLibraryNetWrapper.vb
Namespace: ItpLibraryNetClient;
Example
Private
Sub
OnTimerValidationEvent()
' ....
ItpLibraryNetWrapper.CheckConsistency()
' .......
End
Sub