Click or drag to resize

EventSenderSendEvent Method

Processes the event object.

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.

Namespace:  com.espertech.esper.common.client
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
void SendEvent(
	Object theEvent
)

Parameters

theEvent
Type: SystemObject
to process
See Also