Click or drag to resize

OnSelectClauseCreate Method

Creates an on-select clause.

Namespace:  com.espertech.esper.common.client.soda
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
public static OnSelectClause Create(
	string windowName,
	string optionalAsName
)

Parameters

windowName
Type: SystemString
is the named window name
optionalAsName
Type: SystemString
is the optional name

Return Value

Type: OnSelectClause
on-select clause
See Also