コード例 #1
0
 public void Stop()
 {
     IPListener.StopListener();
     SendMessage("IP Automation Broker stopped");
 }
コード例 #2
0
 public void Start()
 {
     IPListener.StartListener();
     SendMessage("IP Automation Broker started");
 }