Click or drag to resize

PatternStream Constructor (PatternExpr, String, AnnotationPart)

Ctor.

Namespace:  com.espertech.esper.common.client.soda
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
public PatternStream(
	PatternExpr expression,
	string optStreamName,
	AnnotationPart[] annotations
)

Parameters

expression
Type: com.espertech.esper.common.client.sodaPatternExpr
pattern expression
optStreamName
Type: SystemString
is the pattern stream name (as-name)
annotations
Type: com.espertech.esper.common.client.sodaAnnotationPart
annotations on pattern-level, if any
See Also