Click or drag to resize

OutputLimitClauseWithAndAfterTerminateAndExpr Method

Sets an optional expression evaluated when a context partition terminates before triggering output.

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

Parameters

andAfterTerminateAndExpr
Type: com.espertech.esper.common.client.sodaExpression
expression

Return Value

Type: OutputLimitClause

[Missing <returns> documentation for "M:com.espertech.esper.common.client.soda.OutputLimitClause.WithAndAfterTerminateAndExpr(com.espertech.esper.common.client.soda.Expression)"]

See Also