Click or drag to resize

ContextDescriptorConditionFilter 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 ContextDescriptorConditionFilter(
	Filter filter,
	string optionalAsName
)

Parameters

filter
Type: com.espertech.esper.common.client.sodaFilter
event filter
optionalAsName
Type: SystemString
tag name of the filtered events
See Also