Click or drag to resize
ITimerAutoReset Property
Gets or sets a value indicating whether the Elapsed event should be raised every time the interval elapses (true) or only once (false).

Namespace: VirtualRadar.Interface
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
bool AutoReset { get; set; }

Property Value

Type: Boolean
See Also