Oracle® Coherence .NET API Reference Release 3.7.1
E22844-03

Add a state information (lite or standard) assosiated with specified key and listener.

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

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