Click or drag to resize

ThreadedSenderSendEvent Method (IDictionary, Boolean)

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

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

Parameters

mapToSend
Type: System.Collections.GenericIDictionaryTKey, TValue

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

eventTypeName
Type: SystemBoolean

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

See Also