Oracle® Coherence .NET API Reference Release 3.6.1
E18812-01

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.6.1.0 (3.6.1.0)

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