|
static |
Signals one xtd::threading::wait_handle and waits on another, specifying a time-out interval as a 32-bit signed integer.
to_signal | The xtd::threading::wait_handle to signal. |
to_wait | The xtd::threading::wait_handle to wait on. |
milliseconds_timeout | An integer that represents the interval to wait. If the value is xtd::threading::timeout::infinite, that is, -1, the wait is infinite |
xtd::object_closed_exception | the to_signal and/or to_wait are invalid |
xtd::invalid_operation_exception | to_signal is a semaphore, and it already has a full count. |
xtd::threading::abandoned_mutex_exception | The wait completed because a thread exited without releasing a mutex. |