|
static |
Signals one xtd::threading::wait_handle and waits on another, specifying a time-out interval as a time_span.
to_signal | The wait_handle to signal. |
to_wait | The wait_handle to wait on. |
timeout | A time_span that represents the interval to wait. If the value 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. |