Hi,
details can be found here http://ift.tt/1nQaqvv
thread.Sleep(10); // Pauses the thread for 10 ms.
thread.Suspend(); // Is obsolete, pauses the thread after a safe point. Resume() resumes the thread.
thread.Abort(); // Terminates the thread. ThreadAbortException is raised.
Chris
Code Samples: Code Samples
Chrigas Blog: Chrigas Blog
No comments:
Post a Comment