Intersoft ClientUI Documentation
UsesDefaultLifetimeManagerOf Method (IocContainer)



The new life time manager to be used as default.
Sets the default ILifetimeManager to the specified manager instance.
Syntax
Public Function UsesDefaultLifetimeManagerOf( _
   ByVal lifetimeManager As ILifetimeManager _
) As IContainerFluent
Dim instance As IocContainer
Dim lifetimeManager As ILifetimeManager
Dim value As IContainerFluent
 
value = instance.UsesDefaultLifetimeManagerOf(lifetimeManager)
public IContainerFluent UsesDefaultLifetimeManagerOf( 
   ILifetimeManager lifetimeManager
)
public:
IContainerFluent^ UsesDefaultLifetimeManagerOf( 
   ILifetimeManager^ lifetimeManager
) 

Parameters

lifetimeManager
The new life time manager to be used as default.

Return Value

Returns an instance that implements IContainerFluent.
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

IocContainer Class
IocContainer Members

Send Feedback