Hide

YetaWF.Core Package Documentation

Display
Print

YetaWF.Core.Support.IInitializeApplicationStartupFirstNodeOnly Interface

This interface can be implemented by classes that need application startup initialization when the first node in a site with multiple instances is started. The class implementing this interface is instantiated and the InitializeApplicationStartupAsync method is called. The class must have a parameterless constructor.

Namespace: YetaWF.Core.Support
Assembly: YetaWF.Core

Syntax

public interface IInitializeApplicationStartupFirstNodeOnly;

Methods

PublicInitializeFirstNodeStartupAsyncCalled during application startup for every class that implements the IInitializeApplicationStartupFirstNodeOnly interface.

See Also YetaWF.Core Overview