Click or drag to resize

FilterStream 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 FilterStream(
	Filter filter,
	string name
)

Parameters

filter
Type: com.espertech.esper.common.client.sodaFilter
specifies what events to look for
name
Type: SystemString
is the as-name for the stream
See Also