Bridge

Thread Members

Methods


  Name Description
Public method Static member 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
Public method Static member 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