Intersoft ClientUI Documentation
WithLifetimeManager Method



The ILifetimeManager to use.
Sets the lifetime manager to be used by this Registration.
Syntax
Function WithLifetimeManager( _
   ByVal manager As ILifetimeManager _
) As IRegistration
Dim instance As IRegistration
Dim manager As ILifetimeManager
Dim value As IRegistration
 
value = instance.WithLifetimeManager(manager)
IRegistration WithLifetimeManager( 
   ILifetimeManager manager
)
IRegistration^ WithLifetimeManager( 
   ILifetimeManager^ manager
) 

Parameters

manager
The ILifetimeManager to use.

Return Value

'this', or the Registration.
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

IRegistration Interface
IRegistration Members

Send Feedback