Oracle® Coherence .NET API Reference Release 3.6.1
E18812-01
Assembly: Coherence (in Coherence.dll) Version: 3.6.1.0 (3.6.1.0)
E18812-01
Remove a cache listener that previously signed up for events
based on a filter evaluation.
Namespace:
Tangosol.UtilAssembly: Coherence (in Coherence.dll) Version: 3.6.1.0 (3.6.1.0)
Syntax
| C# |
|---|
public 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.