[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Update the output condition.
Namespace: net.esper.eql.view
Assembly:
NEsper (in NEsper.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Sub UpdateOutputCondition ( _
newEventsCount As Integer, _
oldEventsCount As Integer _
) |
C# |
---|
public void UpdateOutputCondition (
int newEventsCount,
int oldEventsCount
) |
Visual C++ |
---|
public:
virtual void UpdateOutputCondition (
int newEventsCount,
int oldEventsCount
) sealed |
Parameters
- newEventsCount
- System.Int32
number of new events incoming
- oldEventsCount
- System.Int32
number of old events incoming