Click or drag to resize

PatternsWhileGuard Method

While-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 WhileGuard(
	PatternExpr guarded,
	Expression expression
)

Parameters

guarded
Type: com.espertech.esper.common.client.sodaPatternExpr
is the sub-expression to guard
expression
Type: com.espertech.esper.common.client.sodaExpression
expression to evaluate against matches

Return Value

Type: PatternGuardExpr
pattern guard
See Also