This call starts the socket listeners that the gateways will use to communicate
Namespace: Monnit.MineAssembly: MonnitMineAPI (in MonnitMineAPI.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C# |
---|
public void StartServer() |
Visual Basic |
---|
Public Sub StartServer |
Visual C++ |
---|
public: void StartServer() |
F# |
---|
member StartServer : unit -> unit |
Exceptions
Exception | Condition |
---|---|
System..::..Exception | thrown if IP/Port is already bound to another socket. |