Hide

YetaWF.Core Package Documentation

Display
Print

YetaWF.Core.Support.Startup.FirstNodeIndicator Field

The name of the file marker indicating that the first node is starting.

Class: YetaWF.Core.Support.Startup
Namespace: YetaWF.Core.Support
Assembly: YetaWF.Core

Syntax

public const string FirstNodeIndicator = "FirstNode.txt";

Remarks

By placing a file named FirstNode.txt in the .\Data folder, the application startup performs a full startup as a first node, initializing local/shared caching. This file is typically added during site deployment.

See Also YetaWF.Core.Support.Startup ClassYetaWF.Core Overview