Remove a cache listener that previously signed up for events about a specific key.

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

Syntax

C#
public virtual void RemoveListener(
	ICacheListener listener,
	Object key
)

Parameters

listener
Type: Tangosol.Net.Cache..::..ICacheListener
The ICacheListener to remove.
key
Type: System..::..Object
The key that identifies the entry for which to raise events.

See Also