Intersoft ClientUI Documentation
InvalidateInstanceCache Method (ThreadLocalStorageLifetime)



The IRegistration returned when the type was registered in the IOC container.
Removes the instance for the registration from the local storage cache.
Syntax
Public Sub InvalidateInstanceCache( _
   ByVal registration As IRegistration _
) 
Dim instance As ThreadLocalStorageLifetime
Dim registration As IRegistration
 
instance.InvalidateInstanceCache(registration)
public void InvalidateInstanceCache( 
   IRegistration registration
)
public:
void InvalidateInstanceCache( 
   IRegistration^ registration
) 

Parameters

registration
The IRegistration returned when the type was registered in the IOC container.
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

ThreadLocalStorageLifetime Class
ThreadLocalStorageLifetime Members

Send Feedback