Timers in .NET Part 2
28 Jan 2020I have started to cross-post to the Dev Community website as well as on my solrevdev blog.
I have started to cross-post to the Dev Community website as well as on my solrevdev blog.
Today I came across a fantastic command line trick.
A current C# project of mine required a timer where every couple of seconds a method would fire and a potentially fairly long-running process would run.