Chili.Opf3 Send comments on this topic.
AddPersistentObject Method
See Also 
Chili.Opf3.Caching Namespace > ICacheManager Interface : AddPersistentObject Method




obj
The object that is added.
Adds a persistent object to the cache.

Syntax

Visual Basic (Declaration) 
Overridable Function AddPersistentObject( _
   ByVal obj As Object _
) As Boolean
Visual Basic (Usage)Copy Code
Dim instance As ICacheManager
Dim obj As Object
Dim value As Boolean
 
value = instance.AddPersistentObject(obj)
C# 
virtual bool AddPersistentObject( 
   object obj
)
Managed Extensions for C++ 
virtual bool AddPersistentObject( 
   Object* obj
) 
C++/CLI 
virtual bool AddPersistentObject( 
   Object^ obj
) 

Parameters

obj
The object that is added.

Requirements

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

See Also