Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
12c (12.2.1.4.0)
E90869-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: 12.2.1.4014 (12.2.1.4014)

Syntax

C#
protected bool EvaluateEvent(
	IFilter filter,
	CacheEventArgs evt
)

Parameters

filter
Type: Tangosol.Util..::..IFilter
The filter.
evt
Type: Tangosol.Net.Cache..::..CacheEventArgs
The event.

Return Value

true iff the event should be delivered to the corresponding listener

See Also