[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Assembly: NEsper (in NEsper.dll)
Publish a result row.
Namespace: net.esper.eql.join.assemble
Assembly: NEsper (in NEsper.dll)
Syntax
Visual Basic (Declaration) |
---|
Sub Result ( _ row As EventBean(), _ fromStreamNum As Integer, _ myEvent As EventBean, _ myNode As Node _ ) |
C# |
---|
void Result ( EventBean[] row, int fromStreamNum, EventBean myEvent, Node myNode ) |
Visual C++ |
---|
void Result ( array<EventBean^>^ row, int fromStreamNum, EventBean^ myEvent, Node^ myNode ) |
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