Click or drag to resize

ConfigurationRuntimeMetricsReportingStmtGroupMetricsAddExcludeRegEx Method

Exclude all statements in the statement group that match the regular expression by statement name.

Namespace:  com.espertech.esper.common.client.configuration.runtime
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
public void AddExcludeRegEx(
	string regexExpression
)

Parameters

regexExpression
Type: SystemString
to match
See Also