This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!
Timer.Stop
Stops the timer by setting Enabled to false.
[Visual Basic]
Public Sub Stop()
[C#]
public void Stop();
[C++]
public: void Stop();
[JScript]
public function Stop();
See Also
Timer Class | Timer Members | System.Timers Namespace