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

Construct an UpdaterProcessor for a given member name.

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

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