Click or drag to resize

PatternsObserver Method

Observer pattern expression, equivalent to the "every timer:interval(1 sec)" syntax

Namespace:  com.espertech.esper.common.client.soda
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
public static PatternObserverExpr Observer(
	string namespace,
	string name,
	Expression[] parameters
)

Parameters

namespace
Type: SystemString
is the observer objects namespace, i.e. "timer"
name
Type: SystemString
is the observer objects name, i.e. ""within"
parameters
Type: com.espertech.esper.common.client.sodaExpression
is the observer objects optional parameters, i.e. integer 1 for 1 second

Return Value

Type: PatternObserverExpr
pattern observer expression
See Also