Exemplo n.º 1
0
 public CollectExecutionManager(IProbeManager probeManager)
 {
     ProbeManager = probeManager;
     variableEvaluatorService = new VariableEvaluatorService();
     collectTimeOut = new CollectTimeOutController();
     Interrupted = false;
 }
Exemplo n.º 2
0
 public CollectExecutionManager(IProbeManager probeManager)
 {
     ProbeManager             = probeManager;
     variableEvaluatorService = new VariableEvaluatorService();
     collectTimeOut           = new CollectTimeOutController();
     Interrupted = false;
 }