Click or drag to resize

OnClauseCreateOnUpdate Method

Creates an on-Update clause for updating a named window.

Namespace:  com.espertech.esper.common.client.soda
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
public static OnUpdateClause CreateOnUpdate(
	string windowName,
	string asName,
	Expression expression
)

Parameters

windowName
Type: SystemString
is the named window name
asName
Type: SystemString
is the as-provided name of the named window
expression
Type: com.espertech.esper.common.client.sodaExpression
expression

Return Value

Type: OnUpdateClause
on-Update clause
See Also