Click or drag to resize

AbortableSleep(Int32) Methode

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.

Namensraum: NetEti.ApplicationControl
Assembly: NetEti.ProcessTools (in NetEti.ProcessTools.dll) Version: 1.0.0+6e6ab0c4fed8e24cd32ff9136ecb6b264898a6a9
Syntax
public static void Sleep(
	int millisecondsTimeout
)

Parameter

millisecondsTimeout  Int32
Siehe auch