PRELIMINARY INFORMATION - SUBJECT TO CHANGE
This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
Makes the current request thread sleep for the given amount of time.

Namespace: Smartsite.Runtime.Modules
Assembly:  Smartsite.Runtime.Modules (in Smartsite.Runtime.Modules.dll)

Syntax

C#Copy imageCopy Code
[(Name = "{0}.Thread.Sleep")]
[(.Level1)]
public static void ThreadSleep(
	int milliSeconds
)
Visual Basic (Declaration)Copy imageCopy Code
<(Name := "{0}.Thread.Sleep")> _
<(.Level1)> _
Public Shared Sub ThreadSleep ( _
	milliSeconds As Integer _
)

Parameters

milliSeconds
Int32
The amount of time to sleep, in milliseconds.

See Also

Advanced