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.Dispose ()

Deletes the timer from the time queue.

[Visual Basic]
Overloads Public Function Dispose() As Boolean
[C#]
public bool Dispose();
[C++]
public: bool Dispose();
[JScript]
public function Dispose() : Boolean;

Return Value

True if the function succeeds; otherwise, false.

Remarks

When complete, it signals the WaitHandle specified by notifyObject.

See Also

Timer Class | Timer Members | System.Threading Namespace | Timer.Dispose Overload List