Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
12c (12.2.1.4.0)
E90869-02
Construct an UpdaterProcessor for a given member name.

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

Syntax

C#
public UpdaterProcessor(
	string member,
	Object value
)

Parameters

member
Type: System..::..String
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: System..::..Object
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