Click or drag to resize

ConfigurationRuntimeThreadingInternalTimerMsecResolution Property

Returns the millisecond resolutuion of the internal timer thread.

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

Return Value

Type: Int64
number of msec between timer processing intervals
See Also