C#C
C#3w ago
Emilija

What is the best timer to use and how?

using var timer = new PeriodicTimer(TimeSpan.FromMinutes(1)); this syntax isn't familiar to me, i am used to having a block, does this despose itself after going out of block, or should i use some different syntax. Basically, I am trying to implement that a few handlers and to configure await false, so they don't execute sequentially.
Was this page helpful?