Overload | Description |
---|---|
Initialize() | Initializes ClarifyApplication using the application configuration. |
Initialize(NameValueCollection) | Initializes ClarifyApplication using values in the specified NameValueCollection |
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 NameValueCollection or 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.
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family