Chili.Opf3 Send comments on this topic.
RemovePersistentObject Method
See Also 
Chili.Opf3.Caching Namespace > SimpleCacheManager Class : RemovePersistentObject Method




obj
The persistent object to remove.
Removes the persistent object from the cache.

Syntax

Visual Basic (Declaration) 
Public Sub RemovePersistentObject( _
   ByVal obj As Object _
) 
Visual Basic (Usage)Copy Code
Dim instance As SimpleCacheManager
Dim obj As Object
 
instance.RemovePersistentObject(obj)
C# 
public void RemovePersistentObject( 
   object obj
)
Managed Extensions for C++ 
public: void RemovePersistentObject( 
   Object* obj
) 
C++/CLI 
public:
void RemovePersistentObject( 
   Object^ obj
) 

Parameters

obj
The persistent object to remove.

Requirements

Platforms: Windows 2000, Windows XP family, Windows Server 2003 family, Windows Vista family

See Also