fcSDK Documentation
EndInitialize Method

An IAsyncResult that stores state information and any user defined data for this asynchronous operation.
Ends an asynchronous ClarifyApplication initialization.
Syntax
'Declaration
 
Public Shared Function EndInitialize( _
   ByVal result As IAsyncResult _
) As ClarifyApplication
public static ClarifyApplication EndInitialize( 
   IAsyncResult result
)

Parameters

result
An IAsyncResult that stores state information and any user defined data for this asynchronous operation.
Remarks

EndInitialize completes the asynchronous initialization operation started in BeginInitialize.

 

Please see the Asynchronous Design Pattern Overview for more details on using asynchronous methods.

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also

Reference

ClarifyApplication Class
ClarifyApplication Members
Asynchronous Design Pattern Overview

 

 


© 2010 Dovetail Software, Inc. - All rights reserved.
- Clarify, Amdocs, and related products and names are copyright and trademark of Amdocs, Inc.
- .NET, Visual Studio.NET, C#, Visual Basic and related products are trademark of Microsoft corporation.

Send comments on this topic.