Oracle® Coherence .NET API Reference Release 3.6.1
E18812-01

Construct a CacheEventFilter that evaluates CacheEventArgs objects based on the specified combination of event types.

Namespace:  Tangosol.Util.Filter
Assembly:  Coherence (in Coherence.dll) Version: 3.6.1.0 (3.6.1.0)

Syntax

C#
public CacheEventFilter(
	CacheEventFilter..::.CacheEventMask mask,
	IFilter filter
)

Parameters

mask
Type: Tangosol.Util.Filter..::.CacheEventFilter..::.CacheEventMask
Combination of any of the CacheEventFilter..::.CacheEventMask values.
filter
Type: Tangosol.Util..::.IFilter
Optional filter used for evaluating event values.

See Also