Click or drag to resize

AbortableSleep Methode

Liste der Überladungen
 NameBeschreibung
Public MethodeStatic MemberSleep(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.
Public MethodeStatic MemberSleep(TimeSpan) Leads to Thread.Sleep(...).
Zurück nach oben
Siehe auch