Click or drag to resize

AbstractSenderSendEvent Method (AbstractSendableEvent, Object, String)

Send an event

Namespace:  com.espertech.esperio
Assembly:  NEsper.IO (in NEsper.IO.dll) Version: 8.0.0.0
Syntax
C#
public abstract void SendEvent(
	AbstractSendableEvent theEvent,
	Object beanToSend,
	string eventTypeName
)

Parameters

theEvent
Type: com.espertech.esperioAbstractSendableEvent
The event.
beanToSend
Type: SystemObject
event object
eventTypeName
Type: SystemString

[Missing <param name="eventTypeName"/> documentation for "M:com.espertech.esperio.AbstractSender.SendEvent(com.espertech.esperio.AbstractSendableEvent,System.Object,System.String)"]

See Also