Click or drag to resize

VersionedPut Constructor (IVersionable)

.NET API Reference for Oracle® Coherence Community Edition
(14.1.1.0)
E55634-01
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).

Namespace:  Tangosol.Util.Processor
Assembly:  Coherence (in Coherence.dll) Version: 14.1.1.1 (14.1.1.1)
Syntax
C#
public VersionedPut(
	IVersionable value
)

Parameters

value
Type: Tangosol.UtilIVersionable
An IVersionable value to update an entry with.
Remarks
The result of the Process(IInvocableCacheEntry) invocation does not return any result.
See Also