コード例 #1
0
 public void StopHeartbeat()
 {
     if (m_Platform.IsOnline)
     {
         m_ComosWebOnline.StopHeartbeat();
     }
 }
コード例 #2
0
 public void StopHeartbeat()
 {
     m_ComosWebOnline.StopHeartbeat();
 }