Click or drag to resize

EPDataFlowEPStatementFilterPass Method

Pass or skip the statement.

Namespace:  com.espertech.esper.common.client.dataflow.core
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
bool Pass(
	EPDataFlowEPStatementFilterContext statement
)

Parameters

statement
Type: com.espertech.esper.common.client.dataflow.coreEPDataFlowEPStatementFilterContext
to test

Return Value

Type: Boolean
indicator whether to include (true) or exclude (false) the statement.
See Also