Click or drag to resize

ViewCreate Method (String, String)

Creates a view.

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

Parameters

namespace
Type: SystemString
is thie view namespace, i.e. "win" for data windows
name
Type: SystemString
is the view name, i.e. "length" for length window

Return Value

Type: View
view
See Also