Click or drag to resize

CacheEventFilterCacheEventSyntheticMask Enumeration

.NET API Reference for Oracle® Coherence Community Edition
(14.1.1.0)
E55634-01
Event natural/synthetic mask enum.

Namespace:  Tangosol.Util.Filter
Assembly:  Coherence (in Coherence.dll) Version: 14.1.1.1 (14.1.1.1)
Syntax
C#
[FlagsAttribute]
public enum CacheEventSyntheticMask
Members
  Member nameValueDescription
Synthetic1 This value indicates that synthetic events should be evaluated.
Natural2 This value indicates that natural events should be evaluated.
All3 This value indicates that both synthetic and natural events should be evaluated.
See Also