[This is preliminary documentation and is subject to change.]

Blocks the current execution for a specified time.

Namespace:  Phoenix
Assembly:  Phoenix (in Phoenix.dll) Version: 0.7.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
[CommandAttribute("wait")]
public static void Wait(
	int milliseconds
)
<CommandAttribute("wait")> _
Public Shared Sub Wait ( _
	milliseconds As Integer _
)
[CommandAttribute(L"wait")]
public:
static void Wait(
	int milliseconds
)

Parameters

milliseconds
Int32
The number of milliseconds for which the thread is blocked.

See Also