|
static |
Signals one xtd::threading::wait_handle and waits on another.
to_signal | The xtd::threading::wait_handle to signal. |
to_wait | The xtd::threading::wait_handle to wait on. |
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. |