Oracle® Coherence .NET API Reference Release 3.7.1
E22844-03

Construct an UpdaterProcessor based on the specified IValueUpdater.

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

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