[]
        
(Showing Draft Content)

C1.Util.DX.DXUtil.Sleep

Sleep Method

Sleep(TimeSpan)

Suspends the current thread.

Declaration
public static void Sleep(TimeSpan sleepTimeInMillis)
Public Shared Sub Sleep(sleepTimeInMillis As TimeSpan)
Parameters
Type Name Description
TimeSpan sleepTimeInMillis

The duration to sleep in milliseconds.