Click or drag to resize

CompositeUpdater Constructor (IValueExtractor, IValueUpdater)

Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
14c (14.1.1.0)
F23534-02
Construct a CompositeUpdater based on the specified extractor and updater.

Namespace:  Tangosol.Util.Extractor
Assembly:  Coherence (in Coherence.dll) Version: 14.1.1.14 (14.1.1.14)
Syntax
C#
public CompositeUpdater(
	IValueExtractor extractor,
	IValueUpdater updater
)

Parameters

extractor
Type: Tangosol.UtilIValueExtractor
The IValueExtractor.
updater
Type: Tangosol.UtilIValueUpdater
The IValueUpdater.
Remarks
Note: the extractor and updater here are not symmetrical in nature: the extractor is used to "drill-down" to the target object, while the updater will operate on that extracted object.
See Also