This call starts the socket listeners that the gateways will use to communicate

Namespace: Monnit.Mine
Assembly: 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

ExceptionCondition
System..::..Exceptionthrown if IP/Port is already bound to another socket.

See Also