Click or drag to resize

JSONEventRendererRender Method (EventBean)

RenderAny a given event in the JSON format.

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

Parameters

theEvent
Type: com.espertech.esper.common.clientEventBean
the event to render

Return Value

Type: String
JSON formatted text
See Also