Click or drag to resize

PatternsTimerWithinMax Method

Timer-within-max guard expression.

Namespace:  com.espertech.esper.common.client.soda
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
public static PatternGuardExpr TimerWithinMax(
	double seconds,
	int max,
	PatternExpr guarded
)

Parameters

seconds
Type: SystemDouble
is the number of seconds for the guard
max
Type: SystemInt32
the maximum number of invocations for the guard
guarded
Type: com.espertech.esper.common.client.sodaPatternExpr
is the sub-expression to guard

Return Value

Type: PatternGuardExpr
pattern guard
See Also