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

Frees all of the resources allocated by this Timer.

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

Remarks

This method stops the Timer and releases its Window handle.

See Also

Timer Class | Timer Members | System.Timers Namespace | Stop