C# Класс ArenaNet.Sprout.IoC.NotifyingComponentLifecycleProcessor

A component lifecycle processor that notifies the Components of the lifecycle.
Наследование: IComponentLifecycleProcessor
Показать файл Открыть проект

Открытые методы

Метод Описание
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.

Описание методов

OnStart() публичный Метод

Notifies the given component when its Injections are complete.
public OnStart ( Context context, object component, ComponentDescriptor descriptor ) : void
context Context
component object
descriptor ComponentDescriptor
Результат void

OnStop() публичный Метод

Notifies the given component when the Context stops.
public OnStop ( Context context, object component, ComponentDescriptor descriptor ) : void
context Context
component object
descriptor ComponentDescriptor
Результат void