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 Shared Sub InitAsync()

Parameters
No parameters.

Return value
Returns nothing.

Requirements
File: ItpLibraryNetWrapper.vb
Namespace: ItpLibraryNetClient;

Example
Private Sub FormMain_Load(sender As Object, e As EventArgs) Handles MyBase.Load
    ItpLibraryNetWrapper.InitAsync()
End Sub
Copyright 2006 - 2024 by IntelliProtector - Software Protection and Licensing Services