Click or drag to resize

PatternFilterExpr Constructor (Filter, String)

Ctor.

Namespace:  com.espertech.esper.common.client.soda
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
public PatternFilterExpr(
	Filter filter,
	string tagName
)

Parameters

filter
Type: com.espertech.esper.common.client.sodaFilter
specifies to events to filter out
tagName
Type: SystemString
specifies the name of the tag to assigned to matching events
See Also