コード例 #1
0
ファイル: Program.cs プロジェクト: paritoshmmmec/lighthouse
        static void Main(string[] args)
        {
            var lighthouseService = new LighthouseService();

            lighthouseService.Start();
            Console.ReadLine();
            lighthouseService.StopAsync().Wait();
        }
コード例 #2
0
 public void StartService()
 {
     LighthouseActorService = new LighthouseService();
     LighthouseActorService.Start();
 }