NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

Timer Class

Handles recurring events in the application.

Object
   Component
      Timer

[Visual Basic]
Public Class Timer
   Inherits Component
   Implements ISupportInitialize
[C#]
public class Timer : Component, ISupportInitialize
[C++]
public __gc class Timer : public Component, ISupportInitialize
[JScript]
public class Timer extends Component, ISupportInitialize

Remarks

Whenever the Timer control's Enabled property is set to true and the Interval property is greater than 0, the Timer event is triggered at intervals based on the Interval property setting. The Timer event is where you can place code that you want to run at regular intervals. The Timer is not visible at run time.

Requirements

Namespace: System.Timers

Assembly: System.Timers.dll

See Also

Timer Members | System.Timers Namespace