Resumes a thread that has been suspended.
[Visual Basic] Public Sub Resume() [C#] public void Resume(); [C++] public: void Resume(); [JScript] public function Resume();
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. |