Click or drag to resize

OutputLimitClause Constructor (OutputLimitSelector, Expression)

Ctor.

Namespace:  com.espertech.esper.common.client.soda
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
public OutputLimitClause(
	OutputLimitSelector selector,
	Expression[] crontabAtParameters
)

Parameters

selector
Type: com.espertech.esper.common.client.sodaOutputLimitSelector
is the events to select
crontabAtParameters
Type: com.espertech.esper.common.client.sodaExpression
the crontab schedule parameters
See Also