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

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

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