Click or drag to resize

UpdaterProcessor Constructor (String, Object)

Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
14c (14.1.1.0)
F23534-02
Construct an UpdaterProcessor for a given member name.

Namespace:  Tangosol.Util.Processor
Assembly:  Coherence (in Coherence.dll) Version: 14.1.1.14 (14.1.1.14)
Syntax
C#
public UpdaterProcessor(
	string member,
	Object value
)

Parameters

member
Type: SystemString
A member name to make a ReflectionUpdater for; this parameter can also be a dot-delimited sequence of member names which would result in using a CompositeUpdater.
value
Type: SystemObject
The value to update the target entry with.
Remarks
The member must have a single parameter of a .NET type compatible with the specified value type.
See Also