Click or drag to resize

MatchRecognizeIntervalClause Constructor (TimePeriodExpression, Boolean)

Ctor.

Namespace:  com.espertech.esper.common.client.soda
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
public MatchRecognizeIntervalClause(
	TimePeriodExpression expression,
	bool orTerminated
)

Parameters

expression
Type: com.espertech.esper.common.client.sodaTimePeriodExpression
interval expression
orTerminated
Type: SystemBoolean
indicator whether or-terminated
See Also