Click or drag to resize

VersionedPutAll Constructor

Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
14c (14.1.1.0)
F23534-02
Overload List
  NameDescription
Public methodVersionedPutAll
Default constructor.
Public methodVersionedPutAll(IDictionary)
Construct a VersionedPutAll processor 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 methodVersionedPutAll(IDictionary, Boolean, Boolean)
Construct a VersionedPutAll processor 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).
Top
See Also