Initialize() Method
Initializes ClarifyApplication using the application configuration.
Syntax
'Declaration
Public Overloads Shared Function Initialize() As ClarifyApplication
public static ClarifyApplication Initialize()
Return Value
The newly created and initialized singleton instance of ClarifyApplication
Remarks
Initialize can only be called once per application domain. Once initialized, ClarifyApplication cannot be uninitialized or reinitialized in that application domain.
Initialize requires one configuration parameter: The database connection string. The key for this value in the appSettings section of the application configuration file must be the value specified in the ConfigValues.CONNECT_STRING field.
For more information on configuring .NET applications via configuration file, see Configuration Applications in the .NET Framework SDK documentation.
Requirements
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server family
Reference
ClarifyApplication Class
ClarifyApplication Members
Overload List