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

Gets the event rate.

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

Syntax

Visual Basic (Declaration)
Public Overridable ReadOnly Property EventRate As Integer
C#
public virtual int EventRate { get; }
Visual C++
public:
virtual property int EventRate {
	int get ();
}