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

Collect all Listeners that should be notified for a given event.

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

Syntax

C#
public virtual Listeners CollectListeners(
	CacheEventArgs cacheEvent
)

Parameters

cacheEvent
Type: Tangosol.Net.Cache..::.CacheEventArgs
The CacheEventArgs object.

Return Value

The Listeners object containing the relevant listeners.

Remarks

Note: The returned value must be treated as an immutable.

See Also