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

Invoked to perform output processing.

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

Syntax

Visual Basic (Declaration)
Public Delegate Sub OutputCallback ( _
	doOutput As Boolean, _
	forceUpdate As Boolean _
)
C#
public delegate void OutputCallback (
	bool doOutput,
	bool forceUpdate
)
Visual C++
public delegate void OutputCallback (
	bool doOutput, 
	bool forceUpdate
)

Parameters

doOutput
System.Boolean
true if the batched events should actually be output as well as processed, false if they should just be processed
forceUpdate
System.Boolean
true if output should be made even when no updating events have arrived