Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
12c (12.2.1.4.0)
E90869-02
Using a ConditionalExtractor to extract values is not supported.

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

Syntax

C#
public override Object Extract(
	Object oTarget
)

Parameters

oTarget
Type: System..::..Object
An object to retrieve the value from.

Return Value

The extracted value as an object; null is an acceptable value.

Implements

IValueExtractor..::..Extract(Object)
IValueExtractor..::..Extract(Object)

Exceptions

ExceptionCondition
System..::..InvalidOperationException ConditionalExtractor may not be used as an extractor.

See Also