Oracle® Coherence .NET API Reference Release 3.6.1
E18812-01

Overload List

  NameDescription
ConditionalPut()()()
Default constructor.
ConditionalPut(IFilter, Object)
Construct a ConditionalPut that updates an entry with a new value if and only if the filter applied to the entry evaluates to true.
ConditionalPut(IFilter, Object, Boolean)
Construct a ConditionalPut that updates an entry with a new value if and only if the filter applied to the entry evaluates to true.

See Also