Example #1
0
 private void keepAliveTimer_Callback(object state)
 {
     if (IsConnected)
     {
         CommLink.KeepAlive();
     }
 }