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.181-beta
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