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

Extract the value from the passed entry.

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

Syntax

C#
public override Object ExtractFromEntry(
	ICacheEntry entry
)

Parameters

entry
Type: Tangosol.Net.Cache..::.ICacheEntry
An Entry object to extract a desired value from

Return Value

The extracted value

Remarks

The underlying extractors are applied sequentially, so a result of a previous extractor serves as a target object for a next one. A value of
CopyC#
null
prevents any further extractions and is returned immediately.

See Also