C# 클래스 ArenaNet.Sprout.IoC.NotifyingComponentLifecycleProcessor

A component lifecycle processor that notifies the Components of the lifecycle.
상속: IComponentLifecycleProcessor
파일 보기 프로젝트 열기: arenanet/sprout-ioc

공개 메소드들

메소드 설명
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