ComponentOne Bitmap for UWP
C1.UWP.DX 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 System.TimeSpan _
    ) 
    public static void Sleep( 
       System.TimeSpan sleepTimeInMillis
    )

    Parameters

    sleepTimeInMillis
    The duration to sleep in milliseconds.
    See Also