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

Waits until event or timeout occurs. Returns true if event has occured.

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

Syntax

         
 C#  Visual Basic  Visual C++ 
public bool Wait(
	int timeout
)
Public Function Wait ( _
	timeout As Integer _
) As Boolean
public:
bool Wait(
	int timeout
)

Parameters

timeout
Int32
Timeout in milliseconds. Use -1 to infinite.

Return Value

True if event occured; otherwise false.

See Also