[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Assembly: NEsper (in NEsper.dll)
Iterator for net.esper.collection.TimeWindow to iterate over a timestamp slots that hold events.
Namespace: net.esper.collection
Assembly: NEsper (in NEsper.dll)
Syntax
Visual Basic (Declaration) |
---|
Public NotInheritable Class TimeWindowIterator _ Implements IEnumerator(Of EventBean), IDisposable, IEnumerator |
C# |
---|
public sealed class TimeWindowIterator : IEnumerator<EventBean>, IDisposable, IEnumerator |
Visual C++ |
---|
public ref class TimeWindowIterator sealed : IEnumerator<EventBean^>, IDisposable, IEnumerator |