Interface IApplicationStarter
Represents an entity that performs work on application start.
This entity must be either invoked directly or declared in config file under "starters" section
Assembly: Azos.dll
Syntax
public interface IApplicationStarter : IConfigurable, INamed
Properties
ApplicationStartBreakOnException
Indicates whether an exception that leaks from starter method invocation should break the application start,
or just get logged
Declaration
bool ApplicationStartBreakOnException { get; }
Property Value
Type |
Description |
System.Boolean |
|
Methods
ApplicationStartAfterInit(IApplication)
Declaration
void ApplicationStartAfterInit(IApplication application)
Parameters
ApplicationStartBeforeInit(IApplication)
Declaration
void ApplicationStartBeforeInit(IApplication application)
Parameters
Extension Methods