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

Add a lookup result.

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

Syntax

Visual Basic (Declaration)
Public Sub AddResult ( _
	cursor As Cursor, _
	lookupResults As ISet(Of EventBean), _
	resultStream As Integer _
)
C#
public void AddResult (
	Cursor cursor,
	ISet<EventBean> lookupResults,
	int resultStream
)
Visual C++
public:
virtual void AddResult (
	Cursor^ cursor, 
	ISet<EventBean^>^ lookupResults, 
	int resultStream
) sealed

Parameters

cursor
net.esper.eql.join.rep.Cursor
provides result position and parent event and node information
lookupResults
net.esper.compat.ISet<(Of T>)
is the events found
resultStream
System.Int32
is the stream number of the stream providing the results