Click or drag to resize

OutputLimitClauseCreateSchedule Method

Creates an output limit clause with a crontab 'at' schedule parameters, see and related.

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

Parameters

scheduleParameters
Type: com.espertech.esper.common.client.sodaExpression
the crontab schedule parameters

Return Value

Type: OutputLimitClause
clause
See Also