コード例 #1
0
ファイル: Service.cs プロジェクト: mobilipia/Win7
        /// <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
        }
コード例 #2
0
        /// <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
        }