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!

Thread.Resume

Resumes a thread that has been suspended.

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

Exceptions

Exception Type Condition
ThreadStateException The thread has not been started, is dead, or is not in the suspended state.
SecurityException The caller does not have the appropriate SecurityPermission.

See Also

Thread Class | Thread Members | System.Threading Namespace