Oracle® Coherence .NET API Reference Release 3.6
E15727-01

Check if a listener is in the list of listeners.

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

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