Esempio n. 1
0
 private void PingWinmax(object state)
 {
     try
     {
         if (notificationServiceClient != null)
         {
             notificationServiceClient.GetSID("SID_RT_SERVO_POWER");
         }
     }
     catch (Exception e)
     {
         HeartbeatTimer.Dispose();
         HeartbeatTimer = null;
     }
 }