Remove a cache listener that previously signed up for events based on a filter evaluation.

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

Syntax

C#
public virtual void RemoveCacheListener(
	ICacheListener listener,
	IFilter filter
)

Parameters

listener
Type: Tangosol.Net.Cache..::..ICacheListener
The ICacheListener to remove.
filter
Type: Tangosol.Util..::..IFilter
A filter used to evaluate events; null is equivalent to a filter that alway returns true.

Implements

IObservableCache..::..RemoveCacheListener(ICacheListener, IFilter)

See Also