Click or drag to resize

SendableBeanEvent Constructor

Initializes a new instance of the SendableBeanEvent class

Namespace:  com.espertech.esperio
Assembly:  NEsper.IO (in NEsper.IO.dll) Version: 8.0.0.0
Syntax
C#
public SendableBeanEvent(
	IEnumerable mapToSend,
	void beanType,
	KeyValuePair eventTypeName,
	bool timestamp,
	string scheduleSlot
)

Parameters

mapToSend
Type: System.Collections.GenericIEnumerableT

[Missing <param name="mapToSend"/> documentation for "M:com.espertech.esperio.SendableBeanEvent.#ctor(System.Collections.Generic.IEnumerable`1,System.Void,System.Collections.Generic.KeyValuePair`2,System.Boolean,System.String)"]

beanType
Type: SystemVoid

[Missing <param name="beanType"/> documentation for "M:com.espertech.esperio.SendableBeanEvent.#ctor(System.Collections.Generic.IEnumerable`1,System.Void,System.Collections.Generic.KeyValuePair`2,System.Boolean,System.String)"]

eventTypeName
Type: System.Collections.GenericKeyValuePairTKey, TValue

[Missing <param name="eventTypeName"/> documentation for "M:com.espertech.esperio.SendableBeanEvent.#ctor(System.Collections.Generic.IEnumerable`1,System.Void,System.Collections.Generic.KeyValuePair`2,System.Boolean,System.String)"]

timestamp
Type: SystemBoolean

[Missing <param name="timestamp"/> documentation for "M:com.espertech.esperio.SendableBeanEvent.#ctor(System.Collections.Generic.IEnumerable`1,System.Void,System.Collections.Generic.KeyValuePair`2,System.Boolean,System.String)"]

scheduleSlot
Type: SystemString

[Missing <param name="scheduleSlot"/> documentation for "M:com.espertech.esperio.SendableBeanEvent.#ctor(System.Collections.Generic.IEnumerable`1,System.Void,System.Collections.Generic.KeyValuePair`2,System.Boolean,System.String)"]

See Also