Click or drag to resize

CreateWindowClauseAddView Method (String, String)

Adds an un-parameterized view to the named window.

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

Parameters

namespace
Type: SystemString
is the view namespace, for example "win" for most data windows
name
Type: SystemString
is the view name, for example "length" for a length window

Return Value

Type: CreateWindowClause
named window creation clause
See Also