Esempio n. 1
0
 public void StopHeartbeat()
 {
     if (m_Platform.IsOnline)
     {
         m_ComosWebOnline.StopHeartbeat();
     }
 }
Esempio n. 2
0
 public void StopHeartbeat()
 {
     m_ComosWebOnline.StopHeartbeat();
 }