Oracle® Coherence .NET API Reference Release 3.7.1
E22844-03

Construct an EntryExtractor based on the entry extraction target.

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

Syntax

C#
public EntryExtractor(
	int target
)

Parameters

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

See Also