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

Called once the output condition has been met.Invokes the result set processor.Used for join event data.

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

Syntax

Visual Basic (Declaration)
Protected Sub ContinueOutputProcessingJoin ( _
	doOutput As Boolean, _
	forceUpdate As Boolean _
)
C#
protected void ContinueOutputProcessingJoin (
	bool doOutput,
	bool forceUpdate
)
Visual C++
protected:
void ContinueOutputProcessingJoin (
	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