[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)
Results the specified row.
Namespace: net.esper.eql.join.assemble
Assembly: NEsper (in NEsper.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Overrides Sub Result ( _ row As EventBean(), _ streamNum As Integer, _ myEvent As EventBean, _ myNode As Node _ ) |
C# |
---|
public override void Result ( EventBean[] row, int streamNum, EventBean myEvent, Node myNode ) |
Visual C++ |
---|
public: virtual void Result ( array<EventBean^>^ row, int streamNum, EventBean^ myEvent, Node^ myNode ) override |
Parameters
- row
- net.esper.events.EventBean[]
The row.
- streamNum
- System.Int32
The stream num.
- myEvent
- net.esper.events.EventBean
My event.
- myNode
- net.esper.eql.join.rep.Node
My node.