C# Class ExtendingSample.StartableFacility

Summary description for StartableFacility.
Inheritance: IFacility
Afficher le fichier Open project: nats/castle-1.0.3-mono

Méthodes publiques

Méthode Description
Init ( IKernel kernel, IConfiguration facilityConfig ) : void
Terminate ( ) : void

Private Methods

Méthode Description
CheckWaitingList ( ) : void

For each new component registered, some components in the WaitingDependency state may have became valid, so we check them

OnComponentRegistered ( String key, IHandler handler ) : void
Start ( String key ) : void

Request the component instance

Method Details

Init() public méthode

public Init ( IKernel kernel, IConfiguration facilityConfig ) : void
kernel IKernel
facilityConfig IConfiguration
Résultat void

Terminate() public méthode

public Terminate ( ) : void
Résultat void