Oracle® Coherence .NET API Reference Release 3.6
E15727-01

Locate the IPofValue designated by this IPofNavigator within the passed IPofValue.

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

Syntax

C#
IPofValue Navigate(
	IPofValue valueOrigin
)

Parameters

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

Return Value

The resulting 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