예제 #1
0
파일: Node.cs 프로젝트: kasperhangard/SW-10
 private void OnHeartbeatEvent(Object source, ElapsedEventArgs e)
 {
     if (State == NodeState.PASSIVE && AutoChecksAllowed)
     {
         Heartbeat.CheckHeartbeat(this);
     }
 }