show/hide this revision's text 2 Added a bit more

I would use a timer, Thread.Sleep, could cause a blocking piece that could prevent the service from shutting down.

If the interval is that wide spread, and regular, you might just schedule it as well. But if you are talking about long, non-consistent intervals, then yes a Timer would be better.

show/hide this revision's text 1

I would use a timer, Thread.Sleep, could cause a blocking piece that could prevent the service from shutting down.