C# Class ArenaNet.Sprout.IoC.NotifyingComponentLifecycleProcessor

A component lifecycle processor that notifies the Components of the lifecycle.
Inheritance: IComponentLifecycleProcessor
Afficher le fichier Open project: arenanet/sprout-ioc

Méthodes publiques

Méthode Description
OnStart ( Context context, object component, ComponentDescriptor descriptor ) : void

Notifies the given component when its Injections are complete.

OnStop ( Context context, object component, ComponentDescriptor descriptor ) : void

Notifies the given component when the Context stops.

Method Details

OnStart() public méthode

Notifies the given component when its Injections are complete.
public OnStart ( Context context, object component, ComponentDescriptor descriptor ) : void
context Context
component object
descriptor ComponentDescriptor
Résultat void

OnStop() public méthode

Notifies the given component when the Context stops.
public OnStop ( Context context, object component, ComponentDescriptor descriptor ) : void
context Context
component object
descriptor ComponentDescriptor
Résultat void