Oracle® Coherence .NET API Reference Release 3.7.1
E22844-03

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: 3.7.1.23 (3.7.1.23)

Syntax

C#
public enum ActionCode

Members

Member nameDescription
Rollback
Evaluation failure results in an ArgumentException thrown by the trigger.
Ignore
Evaluation failure results in restoring the original entry's value.
Remove
Evaluation failure results in a removal of the entry.

See Also