Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
12c (12.2.1.4.0)
E90869-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: 12.2.1.4014 (12.2.1.4014)

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