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.218-beta+101eee949414e414795e55a6e73d88938f0177b8
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