Click or drag to resize

DirectSenderSendEvent Method (AbstractSendableEvent, Object, String)

[Missing <summary> documentation for "M:com.espertech.esperio.DirectSender.SendEvent(com.espertech.esperio.AbstractSendableEvent,System.Object,System.String)"]

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

Parameters

theEvent
Type: com.espertech.esperioAbstractSendableEvent

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

beanToSend
Type: SystemObject

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

eventTypeName
Type: SystemString

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

See Also