'Declaration
Public Overloads Shared Function Initialize( _ ByVal configValues As NameValueCollection _ ) As ClarifyApplication
public static ClarifyApplication Initialize( NameValueCollection configValues )
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 configValues collection 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.
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family