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

Remove a state information (lite or standard) associated 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 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