void xtd::threading::thread::join | ( | ) |
Blocks the calling thread until this thread object terminates, while continuing to perform standard COM and SendMessage pumping.
xtd::threading::thread_state_exception | The caller attempted to join a thread that is in the xtd::threading::thread_state::unstarted state. |