[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)
Supplies the result list to which to add result rows.
Namespace: net.esper.eql.join.exec
Assembly: NEsper (in NEsper.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Sub SetResult ( _ result As IList(Of EventBean()), _ rootEvent As EventBean _ ) |
C# |
---|
public void SetResult ( IList<EventBean[]> result, EventBean rootEvent ) |
Visual C++ |
---|
public: void SetResult ( IList<array<EventBean^>^>^ result, EventBean^ rootEvent ) |
Parameters
- result
- System.Collections.Generic.IList<(Of T>)
is the list of rows
- rootEvent
- net.esper.events.EventBean
is the event for lookup in other streams