ComponentOne Bitmap for WPF
C1.WPF.DX.4.5.2 Assembly / C1.Util.DX Namespace / DXUtil Class / Sleep Method
The duration to sleep in milliseconds.

In This Topic
    Sleep Method
    In This Topic
    Suspends the current thread.
    Syntax
    'Declaration
     
    Public Shared Sub Sleep( _
       ByVal sleepTimeInMillis As TimeSpan _
    ) 
    public static void Sleep( 
       TimeSpan sleepTimeInMillis
    )

    Parameters

    sleepTimeInMillis
    The duration to sleep in milliseconds.
    See Also