[This is preliminary documentation and is subject to change.]
Constructs an instance for a non-default universe.
Syntax
| C# |
|---|
public Instance( string domain, int port ) |
| Visual Basic (Declaration) |
|---|
Public Sub New ( _ domain As String, _ port As Integer _ ) |
Parameters
- domain
- Type: System..::.String
Unresolved domain name (i.e. auth.activeworlds.com).
- port
- Type: System..::.Int32
Port number of the universe server.
Exceptions
| Exception | Condition |
|---|---|
| AW..::.InstanceException | Thrown when the instance failed to be created. |