added component lifecycle management to Context/ContextBase
Context now provides a method that is used to register a component whose life cycle is to be managed by the context. The implementation in ContextBase simply manages a collection of LifeCycle components, starting the component (if necessary) before it is added to the collection, and stopping each registered component whenever the context is reset.
parent
720638d9
Please register or sign in to comment