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

Using a ConditionalExtractor to extract values is not supported.

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

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