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

Updates the output condition.

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

Syntax

Visual Basic (Declaration)
Public Sub UpdateOutputCondition ( _
	newDataCount As Integer, _
	oldDataCount As Integer _
)
C#
public void UpdateOutputCondition (
	int newDataCount,
	int oldDataCount
)
Visual C++
public:
virtual void UpdateOutputCondition (
	int newDataCount, 
	int oldDataCount
) sealed

Parameters

newDataCount
System.Int32
The new data count.
oldDataCount
System.Int32
The old data count.