Click or drag to resize
CMSApplicationWaitForDatabaseAvailable Field
If true, the process without the database available waits for the database instead of attempting to redirect to DB installation wizard. Use this for background applications such as services, that start automatically prior to the installation.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 9.0.0
Syntax
C#
public static readonly BoolAppSetting WaitForDatabaseAvailable

Field Value

Type: BoolAppSetting
See Also