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

Adds event to the time window for the specified timestamp.

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

Syntax

Visual Basic (Declaration)
Public Sub Add ( _
	timestamp As Long, _
	bean As EventBean _
)
C#
public void Add (
	long timestamp,
	EventBean bean
)
Visual C++
public:
void Add (
	long long timestamp, 
	EventBean^ bean
)

Parameters

timestamp
System.Int64
the time slot for the event
bean
net.esper.events.EventBean
event to add