Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
12c (12.2.1.4.0)
E90869-02
Locate the IPofValue designated by this IPofNavigator within the passed IPofValue.

Namespace: Tangosol.IO.Pof.Reflection
Assembly: Coherence (in Coherence.dll) Version: 12.2.1.4014 (12.2.1.4014)

Syntax

C#
public IPofValue Navigate(
	IPofValue valueOrigin
)

Parameters

valueOrigin
Type: Tangosol.IO.Pof.Reflection..::..IPofValue
The origin from which navigation starts.

Return Value

The resulting IPofValue.

Implements

IPofNavigator..::..Navigate(IPofValue)

Exceptions

ExceptionCondition
Tangosol.IO.Pof.Reflection..::..PofNavigationException If the navigation fails; for example one of the intermediate nodes in this path is a "terminal" IPofValue.

See Also