Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
12c (12.2.1.3.0)
E80354-01
Add a state information (lite or standard) assosiated with specified key and listener.

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

Syntax

C#
protected static void AddListenerState(
	IDictionary cacheStandardListeners,
	Object key,
	ICacheListener listener,
	bool isLite
)

Parameters

cacheStandardListeners
Type: System.Collections..::..IDictionary
Dictionary of cache listeners.
key
Type: System..::..Object
Key that the specified listener should be associated to.
listener
Type: Tangosol.Net.Cache..::..ICacheListener
Cache listener.
isLite
Type: System..::..Boolean
true if listener is "lite", false otherwise.

See Also