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

Event natural/synthetic mask enum.

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

Syntax

C#
[FlagsAttribute]
public enum CacheEventSyntheticMask

Members

Member nameDescription
Synthetic
This value indicates that synthetic events should be evaluated.
Natural
This value indicates that natural events should be evaluated.
All
This value indicates that both synthetic and natural events should be evaluated.

See Also