Intersoft ClientUI Documentation
AlwaysNewLifetime Class
Members 



A Lifetime Manager that always returns a new instance.
Syntax
Public Class AlwaysNewLifetime 
   Implements ILifetimeManager 
Dim instance As AlwaysNewLifetime
public class AlwaysNewLifetime : ILifetimeManager  
public ref class AlwaysNewLifetime : public ILifetimeManager  
Remarks

Setting the IocContainer's or Registration's lifetime manager to null is equivalent to setting it to an instance of AlwaysNewLifetime. This is the default lifetime manager for the IocContainer.

The one instance can be used for all registrations.
Inheritance Hierarchy

System.Object
   Intersoft.Client.Framework.Containers.AlwaysNewLifetime

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

AlwaysNewLifetime Members
Intersoft.Client.Framework.Containers Namespace

Send Feedback