Oracle® Coherence .NET API Reference Release 3.7.1
E22844-03
Assembly: Coherence (in Coherence.dll) Version: 3.7.1.23 (3.7.1.23)
E22844-03
Construct a CompositeUpdater based on the specified
extractor and updater.
Namespace:
Tangosol.Util.ExtractorAssembly: Coherence (in Coherence.dll) Version: 3.7.1.23 (3.7.1.23)
Syntax
| C# |
|---|
public CompositeUpdater( IValueExtractor extractor, IValueUpdater updater ) |
Parameters
- extractor
- Type: Tangosol.Util..::.IValueExtractor
The IValueExtractor.
- updater
- Type: Tangosol.Util..::.IValueUpdater
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.