Hide

YetaWF.Core Package Documentation

Display
Print

YetaWF.Core.Support.IInitializeApplicationStartup Interface

This interface can be implemented by classes that need application startup initialization. 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 IInitializeApplicationStartup;

Methods

PublicInitializeApplicationStartupAsyncCalled during application startup for every class that implements the IInitializeApplicationStartup interface.

See Also YetaWF.Core Overview