'Declaration
Public Shared Function BeginInitialize( _ ByVal callback As AsyncCallback, _ ByVal state As Object _ ) As IAsyncResult
public static IAsyncResult BeginInitialize( AsyncCallback callback, object state )
The BeginInitialize method starts an asynchronous initialization of the ClarifyApplication.
Your callback method should call EndInitialize to complete the operation. Please see the Asynchronous Design Pattern Overview for more details on using asynchronous methods.
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family