Oracle® Coherence .NET API Reference Release 3.7.1
E22844-03
Assembly: Coherence (in Coherence.dll) Version: 3.7.1.23 (3.7.1.23)
E22844-03
The action taken if an evaluation of the
ICacheTriggerEntry object representing a pending
change fails (returns false).
Namespace:
Tangosol.Util.FilterAssembly: Coherence (in Coherence.dll) Version: 3.7.1.23 (3.7.1.23)
Syntax
| C# |
|---|
public enum ActionCode |
Members
| Member name | Description | |
|---|---|---|
| Rollback |
Evaluation failure results in an
| |
| Ignore |
Evaluation failure results in restoring the original entry's
value.
| |
| Remove |
Evaluation failure results in a removal of the entry.
|