[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)
Interface to add and remove update listeners receiving events for an EP statement.
Namespace: net.esper.client
Assembly: NEsper (in NEsper.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Interface EPStatement _ Implements EPIterable, IEnumerable(Of EventBean), IEnumerable, EPListenable |
C# |
---|
public interface EPStatement : EPIterable, IEnumerable<EventBean>, IEnumerable, EPListenable |
Visual C++ |
---|
public interface class EPStatement : EPIterable, IEnumerable<EventBean^>, IEnumerable, EPListenable |