Click or drag to resize

ConfigurationRuntimeMetricsReportingIsThreading Property

Returns true to indicate that metrics reporting takes place in a separate thread (default), or false to indicate that metrics reporting takes place as part of timer processing.

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

Return Value

Type: Boolean
indicator whether metrics reporting is threaded
See Also