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

Send an event represented by a DOM node to the event stream processing runtime. Use the route method for sending events into the runtime from within UpdateListener code.

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

Syntax

Visual Basic (Declaration)
Sub SendEvent ( _
	node As XmlNode _
)
C#
void SendEvent (
	XmlNode node
)
Visual C++
void SendEvent (
	XmlNode^ node
)

Parameters

node
System.Xml.XmlNode
is the DOM node as an event