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

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: 3.7.1.23 (3.7.1.23)

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