Click or drag to resize

CacheListenerSupportRemoveListenerState Method

Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
14c (14.1.1.0)
F23534-02
Remove a state information (lite or standard) associated with specified key and listener.

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

Parameters

cacheStandardListeners
Type: System.CollectionsIDictionary
Dictionary of cache listeners.
key
Type: SystemObject
Key that the specified listener is associated to.
listener
Type: Tangosol.Net.CacheICacheListener
Cache listener.
See Also