[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)
Constructor.
Namespace: net.esper.eql.view
Assembly: NEsper (in NEsper.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Sub New ( _ eventRate As Integer, _ outputCallback As OutputCallback _ ) |
C# |
---|
public OutputConditionCount ( int eventRate, OutputCallback outputCallback ) |
Visual C++ |
---|
public: OutputConditionCount ( int eventRate, OutputCallback^ outputCallback ) |
Parameters
- eventRate
- System.Int32
is the number of old or new events that must arrive in order for the condition to be satisfied
- outputCallback
- net.esper.eql.view.OutputCallback
is the callback that is made when the conditoin is satisfied