Click or drag to resize

SharedTimerInterval Property

Gets or sets the interval at which to raise the Elapsed event.

Namespace: GSF.Threading
Assembly: GSF.Core (in GSF.Core.dll) Version: 2.4.241-beta+912389e96d98840d2a999d490420db618dcbe4c6
Syntax
public int Interval { get; set; }
View Source

Return Value

Int32
The time, in milliseconds, between Elapsed events.
Remarks
The value must be greater than zero, and less than or equal to MaxValue. The default is 100 milliseconds.
See Also