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

Gets the number of events, or zero if no number of events was supplied.

Namespace: net.esper.eql.spec
Assembly:   NEsper (in NEsper.dll)

Syntax

Visual Basic (Declaration)
Public Overridable ReadOnly Property EventLimit As Boolean
C#
public virtual bool EventLimit { get; }
Visual C++
public:
virtual property bool EventLimit {
	bool get ();
}