コード例 #1
0
 private void PingAppLauncherLoop()
 {
     while (true)
     {
         MessagePublisher.PingAppLauncher();
         Task.Delay(1000).Wait();
     }
 }