Click or drag to resize

PatternGuardExpr Constructor (String, String, Expression, PatternExpr)

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 PatternGuardExpr(
	string namespace,
	string name,
	Expression[] parameters,
	PatternExpr guarded
)

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
guarded
Type: com.espertech.esper.common.client.sodaPatternExpr
is the guarded pattern expression
See Also