Ejemplo n.º 1
0
 public void TearDown()
 {
     monitorsToDelete.Add(_customMonitorID);
     customMonitor.DeleteMonitors(monitorsToDelete.ToArray());
     monitorsToDelete.Clear();
     agent.DeleteAgents(new int[] { _agentID }, true);
 }
Ejemplo n.º 2
0
 public void TearDown()
 {
     _agent.DeleteAgents(new int[] { _agentID }, true);
 }