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

Constructs an instance for management of a world server.

Syntax

C#
public Instance(
	string domain,
	int port,
	string password
)
Visual Basic (Declaration)
Public Sub New ( _
	domain As String, _
	port As Integer, _
	password As String _
)

Parameters

domain
Type: System..::.String
The address of the world server (domain or IP address).
port
Type: System..::.Int32
The port of the world server.
password
Type: System..::.String
The password required to login to the world server.

Exceptions

ExceptionCondition
AW..::.InstanceExceptionThrown when the instance failed to be created.

See Also