Esempio n. 1
0
        static void Main(string[] args)
        {
            var lighthouseService = new LighthouseService();

            lighthouseService.Start();
            Console.ReadLine();
            lighthouseService.StopAsync().Wait();
        }
Esempio n. 2
0
 public void StartService()
 {
     LighthouseActorService = new LighthouseService();
     LighthouseActorService.Start();
 }