Click or drag to resize

PatternFollowedByExpr Constructor (PatternExpr, PatternExpr, PatternExpr)

Ctor.

Namespace:  com.espertech.esper.common.client.soda
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
public PatternFollowedByExpr(
	PatternExpr first,
	PatternExpr second,
	params PatternExpr[] patternExprs
)

Parameters

first
Type: com.espertech.esper.common.client.sodaPatternExpr
a first pattern expression in the followed-by relationship
second
Type: com.espertech.esper.common.client.sodaPatternExpr
a second pattern expression in the followed-by relationship
patternExprs
Type: com.espertech.esper.common.client.sodaPatternExpr
further optional pattern expressions in the followed-by relationship
See Also