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

Insert a new event onto the stream.

Namespace: net.esper.view
Assembly:   NEsper (in NEsper.dll)

Syntax

Visual Basic (Declaration)
Sub Insert ( _
	_event As EventBean _
)
C#
void Insert (
	EventBean _event
)
Visual C++
void Insert (
	EventBean^ _event
)

Parameters

_event
net.esper.events.EventBean
to insert