Click or drag to resize

OnInsertSplitStreamClause Constructor (Boolean, List)

Initializes a new instance of the OnInsertSplitStreamClause class

Namespace:  com.espertech.esper.common.client.soda
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
public OnInsertSplitStreamClause(
	bool isFirst,
	List items
)

Parameters

isFirst
Type: SystemBoolean

[Missing <param name="isFirst"/> documentation for "M:com.espertech.esper.common.client.soda.OnInsertSplitStreamClause.#ctor(System.Boolean,System.Collections.Generic.List`1)"]

items
Type: System.Collections.GenericListT

[Missing <param name="items"/> documentation for "M:com.espertech.esper.common.client.soda.OnInsertSplitStreamClause.#ctor(System.Boolean,System.Collections.Generic.List`1)"]

See Also