コード例 #1
0
        public void Stop()
        {
            // stop tcp server
            Server.Stop();

            // stop command line interpreter
            commandLineInterpreter?.Stop();
        }
コード例 #2
0
 public void StopConsole()
 {
     commandLineInterpreter.Stop();
 }