Example #1
0
 protected override void OnStop()
 {
     KeepRunning = false;
     if (_InfoClient != null)
     {
         _InfoClient.Stop();
         _InfoClient = null;
     }
 }