|
virtual |
Blocks the current thread until the current xtd::threading::wait_handle receives a signal, using 32-bit signed integer to measure the time interval.
milliseconds_timeout | The number of milliseconds to wait, or xtd::threading::timeout::infinite (-1) to wait indefinitely. |
xtd::object_closed_exception | the handle is invalid |
xtd::threading::abandoned_mutex_exception | The wait completed because a thread exited without releasing a mutex. |
xtd::argument_exception | milliseconds_timeout is a negative number other than -1, which represents an infinite time-out. |