Click or drag to resize

CreateWindowClause Constructor (String, IList)

Initializes a new instance of the CreateWindowClause class

Namespace:  com.espertech.esper.common.client.soda
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
public CreateWindowClause(
	string windowName,
	IList views
)

Parameters

windowName
Type: SystemString

[Missing <param name="windowName"/> documentation for "M:com.espertech.esper.common.client.soda.CreateWindowClause.#ctor(System.String,System.Collections.Generic.IList`1)"]

views
Type: System.Collections.GenericIListT

[Missing <param name="views"/> documentation for "M:com.espertech.esper.common.client.soda.CreateWindowClause.#ctor(System.String,System.Collections.Generic.IList`1)"]

See Also