AbortableSleep Methode |
| Name | Beschreibung | |
|---|---|---|
| Sleep(Int32) | Suspends the current thread for timeout milliseconds. If timeout == 0, forces the thread to give up the remainder of its timeslice. If timeout == Timeout.Infinite, no timeout will occur. | |
| Sleep(TimeSpan) | Leads to Thread.Sleep(...). |