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

Construct an EntryExtractor based on the entry extraction target.

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

Syntax

C#
public EntryExtractor(
	int target
)

Parameters

target
Type: System..::.Int32
One of the VALUE or KEY values.

See Also