Пример #1
0
        SteamManager()
        {
            redis = new RedisConnection("localhost");

            // the main monitor will bootstrap the CM list
            mainMonitor = new MasterMonitor();

            monitors = new Dictionary <IPEndPoint, Monitor>();
        }
Пример #2
0
        SteamManager()
        {
            redis = new RedisConnection( "localhost" );

            // the main monitor will bootstrap the CM list
            mainMonitor = new MasterMonitor();

            monitors = new Dictionary<IPEndPoint, Monitor>();
        }