Click or drag to resize

AbortableSleep method

List of overloads
 NameDescription of the
Public MethodStatic 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 MethodStatic MemberSleep(TimeSpan) Leads to Thread.Sleep(...).
Back to the top
See also