[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Interface to iterate over events.

Namespace: net.esper.client
Assembly:   NEsper (in NEsper.dll)

Syntax

Visual Basic (Declaration)
Public Interface EPIterable _
	Implements IEnumerable(Of EventBean), IEnumerable
C#
public interface EPIterable : IEnumerable<EventBean>, IEnumerable
Visual C++
public interface class EPIterable : IEnumerable<EventBean^>, IEnumerable