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

Construct a PropertyProcessor based for the specified PropertyManipulator.

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

Syntax

C#
public PropertyProcessor(
	PropertyManipulator manipulator
)

Parameters

manipulator
Type: Tangosol.Util.Processor..::.PropertyManipulator
A PropertyManipulator; could be null.

See Also