Click or drag to resize

ConfigurationRuntimeMetricsReportingStmtGroupMetricsAddIncludeRegex Method

Include 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 AddIncludeRegex(
	string regexExpression
)

Parameters

regexExpression
Type: SystemString
to match
See Also