Click or drag to resize

CacheListenerSupportEvaluateEvent Method

Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
14c (14.1.1.0)
F23534-02
Evaluate whether or not the specified event should be delivered to the listener associated with the specified filter.

Namespace:  Tangosol.Net.Cache.Support
Assembly:  Coherence (in Coherence.dll) Version: 14.1.1.14 (14.1.1.14)
Syntax
C#
protected bool EvaluateEvent(
	IFilter filter,
	CacheEventArgs evt
)

Parameters

filter
Type: Tangosol.UtilIFilter
The filter.
evt
Type: Tangosol.Net.CacheCacheEventArgs
The event.

Return Value

Type: Boolean
true iff the event should be delivered to the corresponding listener
See Also