I would like to know how to run a c# program in background every five minute increments. The code below is not what I would like to run as a background process but would lik
Set it to run your app at the desired interval. It's perfect for this sort of job and you don't have to mess about with forcing threads to sleep which can create more problems that it solves.