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.248-beta+a497a19de709fd99e2448886199a2c8824265ddf
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