Click or drag to resize

PofUpdater Constructor (Int32)

.NET API Reference for Oracle® Coherence Community Edition
(14.1.1.0)
E55634-01
Constructs a PofUpdater based on a property index.

Namespace:  Tangosol.Util.Extractor
Assembly:  Coherence (in Coherence.dll) Version: 14.1.1.1 (14.1.1.1)
Syntax
C#
public PofUpdater(
	int index
)

Parameters

index
Type: SystemInt32
Property index.
Remarks
This constructor is equivalent to:
PofExtractor extractor = 
    new PofUpdater(new SimplePofPath(index));
See Also