Aqualogic Interaction API  
 

IPTSearchResponse.Clear Method 

Clears this object and releases memory associated with it, which may be substantial. In the COM implementation, calling this as soon as possible avoids filling the unmanaged COM heap with large search results that wouldn't be freed until a garbage collection runs (possibly much later). No other method on this object may be called after Clear().

void Clear();

See Also

IPTSearchResponse Interface | com.plumtree.server Namespace