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

Initializes a new instance of the NestedIterationExecNode class.

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

Syntax

Visual Basic (Declaration)
Public Sub New ( _
	nestedStreams As Integer() _
)
C#
public NestedIterationExecNode (
	int[] nestedStreams
)
Visual C++
public:
NestedIterationExecNode (
	array<int>^ nestedStreams
)

Parameters

nestedStreams
System.Int32[]
The nested streams.