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

Obtain a new page of objects to be used by the enclosing PagedEnumerator.

Namespace:  Tangosol.Util
Assembly:  Coherence (in Coherence.dll) Version: 3.6.0.0 (3.6.0.0)

Syntax

C#
ICollection NextPage()

Return Value

A collection of objects or null if the advancer is exhausted.

See Also