Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
12c (12.2.1.4.0)
E90869-02
Obtain an IPofReader that can be used to read a set of properties from a single property of the current user type. The returned IPofReader is only valid from the time that it is returned until the next call is made to this IPofReader.

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

Syntax

C#
IPofReader CreateNestedPofReader(
	int iProp
)

Parameters

iProp
Type: System..::..Int32
The property index to read from.

Return Value

An IPofReader that reads its contents from a single property of this IPofReader.

Exceptions

ExceptionCondition
System..::..InvalidOperationException If the POF stream has already advanced past the desired property, or if no user type is being parsed.
System.IO..::..IOException if an I/O error occurs

See Also