Click or drag to resize

CacheListenerSupportEnrichEvent Method

Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
14c (14.1.1.0)
F23534-02
Enrich the event with the filters associated with the listener.

Namespace:  Tangosol.Net.Cache.Support
Assembly:  Coherence (in Coherence.dll) Version: 14.1.1.14 (14.1.1.14)
Syntax
C#
public static CacheEventArgs EnrichEvent(
	CacheEventArgs evt,
	Listeners listners
)

Parameters

evt
Type: Tangosol.Net.CacheCacheEventArgs
The cache event.
listners
Type: Tangosol.UtilListeners
The Listeners object that has the associated filters.

Return Value

Type: CacheEventArgs
The enriched FilterEventArgs object.
See Also