Example #1
0
 public ServerManager(PipeServer pipeServer)
 {
     _server = pipeServer;
     _server.Start();
 }
Example #2
0
 public NyxTaskScheduler()
 {
     _pipeCommunicator = new PipeServer();
 }