Click or drag to resize

SendableMapEvent Constructor

Initializes a new instance of the SendableMapEvent class

Namespace:  com.espertech.esperio
Assembly:  NEsper.IO (in NEsper.IO.dll) Version: 8.0.0.0
Syntax
C#
public SendableMapEvent(
	IDictionary mapToSend,
	bool eventTypeName,
	string timestamp,
	Object scheduleSlot
)

Parameters

mapToSend
Type: System.Collections.GenericIDictionaryTKey, TValue

[Missing <param name="mapToSend"/> documentation for "M:com.espertech.esperio.SendableMapEvent.#ctor(System.Collections.Generic.IDictionary`2,System.Boolean,System.String,System.Object)"]

eventTypeName
Type: SystemBoolean

[Missing <param name="eventTypeName"/> documentation for "M:com.espertech.esperio.SendableMapEvent.#ctor(System.Collections.Generic.IDictionary`2,System.Boolean,System.String,System.Object)"]

timestamp
Type: SystemString

[Missing <param name="timestamp"/> documentation for "M:com.espertech.esperio.SendableMapEvent.#ctor(System.Collections.Generic.IDictionary`2,System.Boolean,System.String,System.Object)"]

scheduleSlot
Type: SystemObject

[Missing <param name="scheduleSlot"/> documentation for "M:com.espertech.esperio.SendableMapEvent.#ctor(System.Collections.Generic.IDictionary`2,System.Boolean,System.String,System.Object)"]

See Also