InitAsync
This function initializes the protection library asynchronously. You must call this function at least once before any call to the protected method or any other API call.

Syntax
public static void InitAsync()

Parameters
No parameters.

Return value
Returns nothing.

Requirements
File: ItpLibraryNetWrapper.cs
Namespace: ItpLibraryNetClient;

Example
private void FormMain_Load(object sender, EventArgs e)
{
    ItpLibraryNetWrapper.InitAsync();
    InitControls();
}
Copyright 2006 - 2024 by IntelliProtector - Software Protection and Licensing Services