Click or drag to resize

AbortableSleep(Int32) Method

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.

Namespace: NetEti.ApplicationControl
Assembly: NetEti.ProcessTools (in NetEti.ProcessTools.dll) Version: 1.0.0+3226eb04384bdec34e8eaa040302e1906383a7b4
Syntax
public static void Sleep(
	
	int millisecondsTimeout
)

Parameters

millisecondsTimeout  Int32
See also