I have a windows service running, inside this i want to run a function every then minutes. I have found some code but it doesn\'t seem to work? I have a logger and it does not s
I don't see _timer.Start(), that should be your problem.
_timer.Start()