void xtd::threading::thread::abort | ( | ) |
Raises a xtd::threading::thread_aborted_exception in the thread on which it is invoked, to begin the process of terminating the thread. Calling this method usually terminates the thread.
xtd::threading::thread_aborted_exception | The thread that is being aborted is currently suspended. |