Click or drag to resize

PatternObserverExpr Constructor (String, String, Expression)

Ctor - for use to create a pattern expression tree, without pattern child expression.

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

Parameters

namespace
Type: SystemString
is the guard object namespace
name
Type: SystemString
is the guard object name
parameters
Type: com.espertech.esper.common.client.sodaExpression
is guard object parameters
See Also