Click or drag to resize

OutputLimitClauseCreate Method (Expression)

Creates an output limit clause with a when-expression and optional then-assignment expressions to be added.

Namespace:  com.espertech.esper.common.client.soda
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
public static OutputLimitClause Create(
	Expression whenExpression
)

Parameters

whenExpression
Type: com.espertech.esper.common.client.sodaExpression
the expression that returns true to trigger output

Return Value

Type: OutputLimitClause
clause
See Also