Click or drag to resize

CreateWindowClauseAddView Method (String, IList)

[Missing <summary> documentation for "M:com.espertech.esper.common.client.soda.CreateWindowClause.AddView(System.String,System.Collections.Generic.IList`1)"]

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 name,
	IList parameters
)

Parameters

name
Type: SystemString

[Missing <param name="name"/> documentation for "M:com.espertech.esper.common.client.soda.CreateWindowClause.AddView(System.String,System.Collections.Generic.IList`1)"]

parameters
Type: System.Collections.GenericIListT

[Missing <param name="parameters"/> documentation for "M:com.espertech.esper.common.client.soda.CreateWindowClause.AddView(System.String,System.Collections.Generic.IList`1)"]

Return Value

Type: CreateWindowClause

[Missing <returns> documentation for "M:com.espertech.esper.common.client.soda.CreateWindowClause.AddView(System.String,System.Collections.Generic.IList`1)"]

See Also