Beispiel #1
0
 public bool DoHeartBeat()
 {
     if (m_Platform.IsOnline)
     {
         return(m_ComosWebOnline.DoHeartBeat());
     }
     return(true);
 }
Beispiel #2
0
 public bool DoHeartBeat()
 {
     return(m_ComosWebOnline.DoHeartBeat());
 }