Click or drag to resize

FilterStreamCreate Method (Filter, String)

Creates a stream using a filter that provides the event type name and filter expression to filter for.

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

Parameters

filter
Type: com.espertech.esper.common.client.sodaFilter
defines what to look for
streamName
Type: SystemString
is an optional stream name

Return Value

Type: FilterStream
stream
See Also