PeterKottas / DotNetCore.WindowsService

Simple library that allows one to host dot net core application as windows services. Perfect solution to power micro-services architecture.
MIT License
568 stars 150 forks source link

Multiple timers #107

Closed morph3u5 closed 6 years ago

morph3u5 commented 6 years ago

Hey guys thanks for sharing this project. How would you implement multiple timers? Say timer1 does_something1 and timer2 does_something_else. Both timers being independent of each other.

morph3u5 commented 6 years ago

Nevermind...newbie question. I figured it out.