Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
12c (12.2.1.4.0)
E90869-02
Advance through the POF stream until the specified property is found.

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

Syntax

C#
protected internal override bool AdvanceTo(
	int index
)

Parameters

index
Type: System..::..Int32
The index of the property to advance to.

Return Value

true if the property is found.

Remarks

If the property is found, return true, otherwise return false and advance to the first property that follows the specified property.

Exceptions

ExceptionCondition
System..::..InvalidOperationException If the POF stream has already advanced past the desired property.
System.IO..::..IOException If an I/O error occurs.

See Also