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

Using a ConditionalExtractor to extract values is not supported.

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

Syntax

C#
public override Object Extract(
	Object oTarget
)

Parameters

oTarget
Type: System..::.Object

[Missing <param name="oTarget"/> documentation for "M:Tangosol.Util.Extractor.ConditionalExtractor.Extract(System.Object)"]

Return Value

[Missing <returns> documentation for "M:Tangosol.Util.Extractor.ConditionalExtractor.Extract(System.Object)"]

Implements

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

Exceptions

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

See Also