Click or drag to resize

IPofNavigatorNavigate Method

.NET API Reference for Oracle® Coherence Community Edition
(14.1.1.0)
E55634-01
Locate the IPofValue designated by this IPofNavigator within the passed IPofValue.

Namespace:  Tangosol.IO.Pof.Reflection
Assembly:  Coherence (in Coherence.dll) Version: 14.1.1.1 (14.1.1.1)
Syntax
C#
IPofValue Navigate(
	IPofValue valueOrigin
)

Parameters

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

Return Value

Type: IPofValue
The resulting IPofValue.
Exceptions
ExceptionCondition
PofNavigationException If the navigation fails; for example one of the intermediate nodes in this path is a "terminal" IPofValue.
See Also