Click or drag to resize

CreateWindowClauseCreate Method (String, View)

Creates a clause to create a named window.

Namespace:  com.espertech.esper.common.client.soda
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
public static CreateWindowClause Create(
	string windowName,
	params View[] views
)

Parameters

windowName
Type: SystemString
is the name of the named window
views
Type: com.espertech.esper.common.client.sodaView
is the data window views

Return Value

Type: CreateWindowClause
create window clause
See Also