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

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

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

Syntax

C#
ICollection NextPage()

Return Value

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

See Also