Click or drag to resize

PofUpdater Constructor (Int32)

Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
14c (14.1.1.0)
F23534-02
Constructs a PofUpdater based on a property index.

Namespace:  Tangosol.Util.Extractor
Assembly:  Coherence (in Coherence.dll) Version: 14.1.1.14 (14.1.1.14)
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