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




storage
The storage the query has been executed on.
query
The query to clear.
Clears a query for the given storage.

Syntax

Visual Basic (Declaration) 
Public Sub ClearQuery( _
   ByVal storage As IStorage, _
   ByVal query As IQuery _
) 
Visual Basic (Usage)Copy Code
Dim instance As SimpleCacheManager
Dim storage As IStorage
Dim query As IQuery
 
instance.ClearQuery(storage, query)
C# 
public void ClearQuery( 
   IStorage storage,
   IQuery query
)
Managed Extensions for C++ 
public: void ClearQuery( 
   IStorage* storage,
   IQuery* query
) 
C++/CLI 
public:
void ClearQuery( 
   IStorage^ storage,
   IQuery^ query
) 

Parameters

storage
The storage the query has been executed on.
query
The query to clear.

Requirements

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

See Also