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

Remove the specified listener from the Listeners object associated with the specified key.

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

Syntax

C#
protected static void RemoveSafeListener(
	IDictionary cacheListeners,
	Object key,
	ICacheListener listener
)

Parameters

cacheListeners
Type: System.Collections..::.IDictionary
Dictionary of cache listeners.
key
Type: System..::.Object
Key that determines listener to be removed.
listener
Type: Tangosol.Net.Cache..::.ICacheListener
Listener to remove.

See Also