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

Add an event to the collection identified by the given tag.

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

Syntax

Visual Basic (Declaration)
Public Sub Add ( _
	tag As String, _
	eventBean As EventBean _
)
C#
public void Add (
	string tag,
	EventBean eventBean
)
Visual C++
public:
void Add (
	String^ tag, 
	EventBean^ eventBean
)

Parameters

tag
System.String
is an identifier to retrieve the event from
eventBean
net.esper.events.EventBean
is the event object to be added