Click or drag to resize

CreateWindowClause Constructor (String, View)

Ctor.

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,
	View[] viewArr
)

Parameters

windowName
Type: SystemString
is the name of the window to create
viewArr
Type: com.espertech.esper.common.client.sodaView
is the list of data window views
See Also