Thread Members
Methods
Name | Description | |
---|---|---|
![]() ![]() |
Sleep(Int32) |
Suspends the current thread for the specified number of milliseconds.
Implemented as a loop checking timeout each iteration.
Please note maximum 1e7 iterations
|
![]() ![]() |
Sleep(TimeSpan) |
Suspends the current thread for the specified anout of time.
Implemented as a loop checking timeout each iteration.
Please note maximum 1e7 iterations
|