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

Gets the cursors.

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

Syntax

Visual Basic (Declaration)
Public Function GetCursors ( _
	lookupFromStream As Integer _
) As IEnumerator(Of Cursor)
C#
public IEnumerator<Cursor> GetCursors (
	int lookupFromStream
)
Visual C++
public:
virtual IEnumerator<Cursor^>^ GetCursors (
	int lookupFromStream
) sealed

Parameters

lookupFromStream
System.Int32
The lookup from stream.

Return Value