Click or drag to resize

OnInsertSplitStreamClauseCreate Method (Boolean, List)

[Missing <summary> documentation for "M:com.espertech.esper.common.client.soda.OnInsertSplitStreamClause.Create(System.Boolean,System.Collections.Generic.List`1)"]

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

Parameters

isFirst
Type: SystemBoolean

[Missing <param name="isFirst"/> documentation for "M:com.espertech.esper.common.client.soda.OnInsertSplitStreamClause.Create(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.Create(System.Boolean,System.Collections.Generic.List`1)"]

Return Value

Type: OnInsertSplitStreamClause

[Missing <returns> documentation for "M:com.espertech.esper.common.client.soda.OnInsertSplitStreamClause.Create(System.Boolean,System.Collections.Generic.List`1)"]

See Also