C# (CSharp) Microsoft.Practices.Unity Пространство имен

Пространства имен

Microsoft.Practices.Unity.Mvc

Классы

Имя Описание
LifetimeManager Base class for Lifetime managers - classes that control how and when instances are created by the Unity container.
PerRequestLifetimeManager A LifetimeManager that holds onto the instance given to it during the lifetime of a single HTTP request. This lifetime manager enables you to create instances of registered types that behave like singletons within the scope of an HTTP request. See remarks for important usage information.