System¶
-
class System : public ISystem¶
-
System.System(string address)¶
Constructs a new system for discovering top-controller(s) matching the given address.
- Parameters
address – Host specification optionally followed by a port number, i.e. host:port.
- Throws
NullArgumentException
– Null reference was passed.InvalidArgumentException
– Invalid address specified, or hostname could not be resolved.InvalidArgumentException
– Invalid port specified (not a number, or number outside range 1-65535).OutOfResourcesException
– Not enough resources to create new system.IncompatibleException
– ABI version mismatch between client wrapper and client implementation.
-
System.System(string address)¶