Click or drag to resize

ConfigurationRuntimeMetricsReportingStmtGroupMetricsIsReportInactive Property

Returns true to indicate that inactive statements (statements without events or timer activity) are also reported.

Namespace:  com.espertech.esper.common.client.configuration.runtime
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
public bool IsReportInactive { get; set; }

Return Value

Type: Boolean
true for reporting inactive statements
See Also