Intersoft ClientUI Documentation
InvalidateInstanceCache Method (ILifetimeManager)



The registration which is used to supply the storage key and create a new instance if required.
Invalidate the instance in whatever storage is used by the lifetime manager.
Syntax
Sub InvalidateInstanceCache( _
   ByVal registration As IRegistration _
) 
Dim instance As ILifetimeManager
Dim registration As IRegistration
 
instance.InvalidateInstanceCache(registration)
void InvalidateInstanceCache( 
   IRegistration registration
)
void InvalidateInstanceCache( 
   IRegistration^ registration
) 

Parameters

registration
The registration which is used to supply the storage key and create a new instance if required.
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

ILifetimeManager Interface
ILifetimeManager Members

Send Feedback