Click or drag to resize

FilterTriggerActionCode Enumeration

Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
14c (14.1.1.0)
F23534-02
The action taken if an evaluation of the ICacheTriggerEntry object representing a pending change fails (returns false).

Namespace:  Tangosol.Util.Filter
Assembly:  Coherence (in Coherence.dll) Version: 14.1.1.14 (14.1.1.14)
Syntax
C#
public enum ActionCode
Members
  Member nameValueDescription
Rollback0 Evaluation failure results in an ArgumentException thrown by the trigger.
Ignore1 Evaluation failure results in restoring the original entry's value.
Remove2 Evaluation failure results in a removal of the entry.
See Also