Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
12c (12.2.1.4.0)
E90869-02
Construct an UpdaterProcessor based on the specified IValueUpdater.

Namespace: Tangosol.Util.Processor
Assembly: Coherence (in Coherence.dll) Version: 12.2.1.4014 (12.2.1.4014)

Syntax

C#
public UpdaterProcessor(
	IValueUpdater updater,
	Object value
)

Parameters

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

See Also