Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
12c (12.2.1.4.0)
E90869-02
Event natural/synthetic mask enum.

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

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