Click or drag to resize

PropertyProcessor Constructor (PropertyManipulator)

.NET API Reference for Oracle® Coherence Community Edition
(14.1.1.0)
E55634-01
Construct a PropertyProcessor based for the specified PropertyManipulator.

Namespace:  Tangosol.Util.Processor
Assembly:  Coherence (in Coherence.dll) Version: 14.1.1.1 (14.1.1.1)
Syntax
C#
public PropertyProcessor(
	PropertyManipulator manipulator
)

Parameters

manipulator
Type: Tangosol.Util.ProcessorPropertyManipulator
A PropertyManipulator; could be null.
See Also