Click or drag to resize

EPEventServiceSendEventSendEventXMLDOM Method

Send an event represented by a DOM node to the runtime.

Use the route method for sending events into the runtime from within UpdateListener code. to avoid the possibility of a stack overflow due to nested calls to sendEvent (except with the outbound-threading configuration), see {@link EPEventServiceRouteEvent#routeEventXMLDOM(Node, String)}.

Namespace:  com.espertech.esper.runtime.client
Assembly:  NEsper.Runtime (in NEsper.Runtime.dll) Version: 8.0.0.0
Syntax
C#
void SendEventXMLDOM(
	XmlNode node,
	string eventTypeName
)

Parameters

node
Type: System.XmlXmlNode
is the DOM node as an event
eventTypeName
Type: SystemString
event type name
See Also