Click or drag to resize

PatternsTimerWithin Method

Timer-within 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 TimerWithin(
	double seconds,
	PatternExpr guarded
)

Parameters

seconds
Type: SystemDouble
is the number of seconds 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