Click or drag to resize

UpdaterProcessor Constructor (IValueUpdater, Object)

Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
14c (14.1.1.0)
F23534-02
Construct an UpdaterProcessor based on the specified IValueUpdater.

Namespace:  Tangosol.Util.Processor
Assembly:  Coherence (in Coherence.dll) Version: 14.1.1.14 (14.1.1.14)
Syntax
C#
public UpdaterProcessor(
	IValueUpdater updater,
	Object value
)

Parameters

updater
Type: Tangosol.UtilIValueUpdater
An IValueUpdater object; passing null will simpy replace the entry's value with the specified one instead of updating it.
value
Type: SystemObject
The value to update the target entry with.
See Also