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 Constructor

Initializes a new instance of the Timer class.

Overload List

Provides the default constructor for the Timer class. The Interval is set to 100 milliseconds, AutoReset defaults to true, and Enabled defaults to false.

[Visual Basic] Overloads Public Sub New()
[C#] public Timer();
[C++] public: Timer();
[JScript] public function Timer();

Initializes a new instance of the Timer class, setting the Interval property to the specified period.

[Visual Basic] Overloads Public Sub New(Double)
[C#] public Timer(double);
[C++] public: Timer(double);
[JScript] public function Timer(double);

See Also

Timer Class | Timer Members | System.Timers Namespace