Click or drag to resize

ConfigurationRuntimeMetricsReportingSetStatementGroupInterval Method

Sets a new interval for a statement group identified by 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 SetStatementGroupInterval(
	string stmtGroupName,
	long newInterval
)

Parameters

stmtGroupName
Type: SystemString
name of statement group as assigned through configuration
newInterval
Type: SystemInt64
new interval, or a -1 or zero value to disable reporting
See Also