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.Start

Starts the timer by setting Enabled to true. If the Timer is already enabled, the count is restarted.

[Visual Basic]
Public Sub Start()
[C#]
public void Start();
[C++]
public: void Start();
[JScript]
public function Start();

Remarks

If AutoReset is false, this method must be called in order to start the count again.

See Also

Timer Class | Timer Members | System.Timers Namespace