Oracle® Coherence .NET API Reference Release 3.6.1
E18812-01

Construct an UpdaterProcessor for a given member name.

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

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