Click or drag to resize

DirectSenderSendEvent Method (AbstractSendableEvent, IDictionary, Boolean)

[Missing <summary> documentation for "M:com.espertech.esperio.DirectSender.SendEvent(com.espertech.esperio.AbstractSendableEvent,System.Collections.Generic.IDictionary`2,System.Boolean)"]

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

Parameters

theEvent
Type: com.espertech.esperioAbstractSendableEvent

[Missing <param name="theEvent"/> documentation for "M:com.espertech.esperio.DirectSender.SendEvent(com.espertech.esperio.AbstractSendableEvent,System.Collections.Generic.IDictionary`2,System.Boolean)"]

mapToSend
Type: System.Collections.GenericIDictionaryTKey, TValue

[Missing <param name="mapToSend"/> documentation for "M:com.espertech.esperio.DirectSender.SendEvent(com.espertech.esperio.AbstractSendableEvent,System.Collections.Generic.IDictionary`2,System.Boolean)"]

eventTypeName
Type: SystemBoolean

[Missing <param name="eventTypeName"/> documentation for "M:com.espertech.esperio.DirectSender.SendEvent(com.espertech.esperio.AbstractSendableEvent,System.Collections.Generic.IDictionary`2,System.Boolean)"]

See Also