Example #1
0
        /*
         * Implements IServer
         */

        void IServer.Init()
        {
            RegisterChannel();
            StartFacade();
            StartLookupServices();
            StartConsistencyService();
            initPMSObject();
            lookup.setPMS(pms);
            NotifyPuppetMaster();

            System.Console.ReadLine();
        }