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

Add result from stream.

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

Syntax

Visual Basic (Declaration)
Public Overridable Sub Add ( _
	fromStreamIndex As Integer, _
	row As EventBean() _
)
C#
public virtual void Add (
	int fromStreamIndex,
	EventBean[] row
)
Visual C++
public:
virtual void Add (
	int fromStreamIndex, 
	array<EventBean^>^ row
)

Parameters

fromStreamIndex
System.Int32
from stream
row
net.esper.events.EventBean[]
row to add