Oracle® Coherence .NET API Reference Release 3.7.1
E22844-03

Instantiate an ICacheListener for evicting items from the query.

Namespace:  Tangosol.Net.Cache
Assembly:  Coherence (in Coherence.dll) Version: 3.7.1.23 (3.7.1.23)

Syntax

C#
protected virtual ICacheListener InstantiateRemoveListener()

Return Value

A new ICacheListener that will listen to all events that will remove items from the ContinuousQueryCache.

See Also