Click or drag to resize

CreateWindowClauseWithWindowName Method

Sets the window name.

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

Parameters

windowName
Type: SystemString
is the name to set

Return Value

Type: CreateWindowClause

[Missing <returns> documentation for "M:com.espertech.esper.common.client.soda.CreateWindowClause.WithWindowName(System.String)"]

See Also