Oracle® Coherence .NET API Reference Release 3.6
E15727-01

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.6.0.0 (3.6.0.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