/// <summary> /// /// </summary> public void Start() { players = new monitorPlayers(sessionList, playerList, streamerList, archiverList, sinkServicesList, sourceServicesList); api = new APIresponder(sessionList, playerList, streamerList, archiverList, sinkServicesList, sourceServicesList); #if CONTROLLER_DEBUG_SERVICE while (true) { Thread.Sleep(100); } #endif }