Enum CacheEventFilter.CacheEventSyntheticMask
Event natural/synthetic mask enum.
Namespace: Tangosol.Util.Filter
Assembly: Coherence.dll
Syntax
[Flags]
public enum CacheEventFilter.CacheEventSyntheticMask
Fields
Name | Description |
---|---|
All | This value indicates that both synthetic and natural events should be evaluated. |
Natural | This value indicates that natural events should be evaluated. |
Synthetic | This value indicates that synthetic events should be evaluated. |