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(
	string timeSpan
)
Visual Basic (Declaration)Copy imageCopy Code
<(Name := "{0}.Thread.Sleep")> _
<(.Level1)> _
Public Shared Sub ThreadSleep ( _
	timeSpan As  _
)

Parameters

timeSpan
String
The time span (HH:mm:ss).

See Also

Advanced