Click or drag to resize

PatternsTimerInterval Method

Timer-interval observer expression.

Namespace:  com.espertech.esper.common.client.soda
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
public static PatternObserverExpr TimerInterval(
	double seconds
)

Parameters

seconds
Type: SystemDouble
is the number of seconds in the interval

Return Value

Type: PatternObserverExpr
pattern observer
See Also