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

Check if a listener is in the list of listeners.

Namespace:  Tangosol.Util
Assembly:  Coherence (in Coherence.dll) Version: 3.7.1.23 (3.7.1.23)

Syntax

C#
public virtual bool Contains(
	ICacheListener listener
)

Parameters

listener
Type: Tangosol.Net.Cache..::.ICacheListener
The ICacheListener to search for.

Return Value

true if the listener is in the list of listeners.

See Also