Exemple #1
0
 public void Start()
 {
     _timer = _timerFactory.New(DeleteTempFiles, null, 1000, GlobalConstants.NetworkComputerNameQueryFreq);
 }