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

PagedEnumerator is an IEnumerator implementation based on a concept of a page Advancer - a pluggable component that knows how to supply a next page of objects to iterate through.

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

Syntax

C#
public class PagedEnumerator : IEnumerator

Remarks

As common to iterators, this implementation is not thread safe.

Inheritance Hierarchy

System..::.Object
  Tangosol.Util..::.PagedEnumerator

See Also