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

Obtain a PofReader that can be used to read a set of properties from a single property of the current user type. The returned PofReader is only valid from the time that it is returned until the next call is made to this PofReader.

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

Syntax

C#
public override IPofReader CreateNestedPofReader(
	int iProp
)

Parameters

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

Return Value

[Missing <returns> documentation for "M:Tangosol.IO.Pof.PofStreamReader.UserTypeReader.CreateNestedPofReader(System.Int32)"]

Implements

IPofReader..::.CreateNestedPofReader(Int32)

Exceptions

ExceptionCondition
System..::.ArgumentException If the property index is invalid, or is less than or equal to the index of the previous property read from the POF stream
System..::.InvalidOperationException if no user type is being parsed
System.IO..::.IOException if an I/O error occurs

See Also