Click or drag to resize

ContextDescriptorConditionPattern Constructor (PatternExpr, Boolean, Boolean)

Ctor.

Namespace:  com.espertech.esper.common.client.soda
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
public ContextDescriptorConditionPattern(
	PatternExpr pattern,
	bool inclusive,
	bool now
)

Parameters

pattern
Type: com.espertech.esper.common.client.sodaPatternExpr
pattern expression
inclusive
Type: SystemBoolean
if the events of the pattern should be included in the contextual statements
now
Type: SystemBoolean
indicator whether "now"
See Also