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

Construct a CompositeUpdater based on the specified extractor and updater.

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

Syntax

C#
public CompositeUpdater(
	IValueExtractor extractor,
	IValueUpdater updater
)

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