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

Requests status of character from server. Exits after status has been received or timeout occured.

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

Syntax

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

Parameters

timeout
Int32
Timeout period.

Return Value

True when status update received; otherwise false.

See Also