Click or drag to resize

VersionedPut Constructor

.NET API Reference for Oracle® Coherence Community Edition
(14.1.1.0)
E55634-01
Overload List
  NameDescription
Public methodVersionedPut
Default constructor.
Public methodVersionedPut(IVersionable)
Construct a VersionedPut that updates an entry with a new value if and only if the version of the new value matches to the version of the current entry's value (which must exist).
Public methodVersionedPut(IVersionable, Boolean, Boolean)
Construct a VersionedPut that updates an entry with a new value if and only if the version of the new value matches to the version of the current entry's value.
Top
See Also