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.244-beta+c33f622c070b2c1078a06bcb41bdeb4c19d19a0b
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