Click or drag to resize

CacheListenerSupportRemoveSafeListener Method

Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
14c (14.1.1.0)
F23534-02
Remove the specified listener from the Listeners object associated with the specified key.

Namespace:  Tangosol.Net.Cache.Support
Assembly:  Coherence (in Coherence.dll) Version: 14.1.1.14 (14.1.1.14)
Syntax
C#
protected static void RemoveSafeListener(
	IDictionary cacheListeners,
	Object key,
	ICacheListener listener
)

Parameters

cacheListeners
Type: System.CollectionsIDictionary
Dictionary of cache listeners.
key
Type: SystemObject
Key that determines listener to be removed.
listener
Type: Tangosol.Net.CacheICacheListener
Listener to remove.
See Also