Method | Description | |
---|---|---|
DefaultFrameworkContext ( TextManager textManager, MappingEngineCollection typeMappers, AbstractScopedCache scopedCache, AbstractApplicationCache applicationCache, AbstractFinalizer finalizer, ApplicationTaskManager taskMgr, IFrameworkCaches caches, |
Initializes a new instance of the DefaultFrameworkContext class.
|
Method | Description | |
---|---|---|
DefaultFrameworkContext ( AbstractScopedCache scopedCache, AbstractApplicationCache applicationCache, AbstractFinalizer finalizer, IFrameworkCaches caches, |
||
DisposeResources ( ) : void |
Handles the disposal of resources. Derived from abstract class DisposableObject which handles common required locking logic.
|
protected DefaultFrameworkContext ( AbstractScopedCache scopedCache, AbstractApplicationCache applicationCache, AbstractFinalizer finalizer, IFrameworkCaches caches, |
||
scopedCache | AbstractScopedCache | |
applicationCache | AbstractApplicationCache | |
finalizer | AbstractFinalizer | |
caches | IFrameworkCaches | |
serialization | ||
return | System |
public DefaultFrameworkContext ( TextManager textManager, MappingEngineCollection typeMappers, AbstractScopedCache scopedCache, AbstractApplicationCache applicationCache, AbstractFinalizer finalizer, ApplicationTaskManager taskMgr, IFrameworkCaches caches, |
||
textManager | TextManager | The text manager. |
typeMappers | MappingEngineCollection | The type mappers. |
scopedCache | AbstractScopedCache | The scoped cache. |
applicationCache | AbstractApplicationCache | The application cache |
finalizer | AbstractFinalizer | The finalizer. |
taskMgr | ApplicationTaskManager | The task manager. |
caches | IFrameworkCaches | The lifetime-managed cache providers. |
serialization | ||
return | System |