Oracle® Coherence .NET API Reference Release 3.6.1
E18812-01

Instantiate an ICacheListener for evicting items from the query.

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

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