bool xtd::threading::thread::join | ( | int32 | milliseconds_timeout | ) |
Blocks the calling thread until this thread object terminates or the specified time elapses, while continuing to perform standard COM and SendMessage pumping.
milliseconds_timeout | The number of milliseconds to wait for the thread to terminate. |
xtd::threading::thread_state_exception | The caller attempted to join a thread that is in the xtd::threading::thread_state::unstarted state. |
xtd::argument_out_of_range_rxception | milliseconds_timeout is a negative number other than -1, which represents an infinite time-out. |