Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
12c (12.2.1.4.0)
E90869-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: 12.2.1.4014 (12.2.1.4014)

Syntax

C#
protected static void RemoveListenerState(
	IDictionary cacheStandardListeners,
	Object key,
	ICacheListener listener
)

Parameters

cacheStandardListeners
Type: System.Collections..::..IDictionary
Dictionary of cache listeners.
key
Type: System..::..Object
Key that the specified listener is associated to.
listener
Type: Tangosol.Net.Cache..::..ICacheListener
Cache listener.

See Also