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

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

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

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