Click or drag to resize

XMLEventRendererRender Method

RenderAny a given event in the XML format.

Namespace:  com.espertech.esper.common.client.render
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
string Render(
	string rootElementName,
	EventBean theEvent
)

Parameters

rootElementName
Type: SystemString
the name of the root element, may include namespace information
theEvent
Type: com.espertech.esper.common.clientEventBean
the event to render

Return Value

Type: String
XML formatted text
See Also