LifetimeStrategy Class

An IBuilderStrategy implementation that uses a ILifetimePolicy to figure out if an object has already been created and to update or remove that object from some backing store.

Namespace:  Microsoft.Practices.ObjectBuilder2
Assembly:  Microsoft.Practices.Unity (in Microsoft.Practices.Unity.dll)

Syntax

'Declaration
Public Class LifetimeStrategy _
    Inherits BuilderStrategy
public class LifetimeStrategy : BuilderStrategy
public ref class LifetimeStrategy : public BuilderStrategy
public class LifetimeStrategy extends BuilderStrategy

Inheritance Hierarchy

System.Object
  Microsoft.Practices.ObjectBuilder2.BuilderStrategy
    Microsoft.Practices.ObjectBuilder2.LifetimeStrategy

See Also

LifetimeStrategy Members

Microsoft.Practices.ObjectBuilder2 Namespace