Click or drag to resize

ViewCreate Method (String, String, Expression)

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,
	params Expression[] parameters
)

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
parameters
Type: com.espertech.esper.common.client.sodaExpression
is a list of view parameters, or empty if there are no parameters for the view

Return Value

Type: View
view
See Also