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

Publish a result row.

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

Syntax

Visual Basic (Declaration)
Public MustOverride Sub Result ( _
	row As EventBean(), _
	fromStreamNum As Integer, _
	myEvent As EventBean, _
	myNode As Node _
)
C#
public abstract void Result (
	EventBean[] row,
	int fromStreamNum,
	EventBean myEvent,
	Node myNode
)
Visual C++
public:
virtual void Result (
	array<EventBean^>^ row, 
	int fromStreamNum, 
	EventBean^ myEvent, 
	Node^ myNode
) abstract

Parameters

row
net.esper.events.EventBean[]
is the result to publish
fromStreamNum
System.Int32
is the originitor that publishes the row
myEvent
net.esper.events.EventBean
is optional and is the event that led to the row result
myNode
net.esper.eql.join.rep.Node
is optional and is the result node of the event that led to the row result