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

Ctor.

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

Syntax

Visual Basic (Declaration)
Public Sub New ( _
	_event As EventBean, _
	stream As Integer, _
	node As Node _
)
C#
public Cursor (
	EventBean _event,
	int stream,
	Node node
)
Visual C++
public:
Cursor (
	EventBean^ _event, 
	int stream, 
	Node^ node
)

Parameters

_event
net.esper.events.EventBean
is the current event
stream
System.Int32
is the current stream
node
net.esper.eql.join.rep.Node
is the node containing the set of events to which the event belongs to