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

Supply events for performing look ups for a given stream.

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

Syntax

Visual Basic (Declaration)
Function GetCursors ( _
	lookupStream As Integer _
) As IEnumerator(Of Cursor)
C#
IEnumerator<Cursor> GetCursors (
	int lookupStream
)
Visual C++
IEnumerator<Cursor^>^ GetCursors (
	int lookupStream
)

Parameters

lookupStream
System.Int32
is the stream to perform lookup for

Return Value

an iterator over events with additional positioning information