Example #1
0
 private void DoOnExecuteForTest(PingerDependentHealthMonitor.PingResult reason)
 {
     if (PingerDependentHealthMonitor.OnExecuteForTest != null)
     {
         PingerDependentHealthMonitor.OnExecuteForTest(base.Key, this.MdbGuid, reason);
     }
 }