|
inlinestatic |
Waits for any of the elements in the specified collection to receive a signal.
wait_handles | A xtd::threading::wait_handle collection containing the objects for which the current instance will wait. This array cannot contain multiple references to the same object. |
xtd::argument_exception | timeout is a negative number other than -1 milliseconds, which represents an infinite time-out. -or- The number of objects in wait_handles is greater than the system permits. |
xtd::object_closed_exception | the to_signal and/or to_wait are invalid |
xtd::argument_exception | The number of objects in wait_handles is greater than the system permits. |
xtd::threading::abandoned_mutex_exception | The wait completed because a thread exited without releasing a mutex. |