|
static |
Suspends the current thread for a specified time.
milliseconds_timeout | The number of milliseconds for which the thread is blocked. Specify zero (0) to indicate that this thread should be suspended to allow other waiting threads to execute. Specify xtd::threading::Timeout.Infinite to block the thread indefinitely. |
xtd::argument_exception | milliseconds_timeout is a negative number other than -1, which represents an infinite time-out. |