IApplicationStarter InterfaceNFX Class Library

[This is preliminary documentation and is subject to change.]

Represents an entity that performs work on application start. This entity must be either invoked directly or declared in config file under "starters" section

Namespace: NFX.ApplicationModel
Assembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax

public interface IApplicationStarter : IConfigurable, 
	INamed
See Also