I\'m using the System.Timers.Timer class to create a timer with an Timer.Elapsed event. The thing is the Timer.Elapsed event is fired
System.Timers.Timer
Timer.Elapsed
Task.Run(() => { Timer_Elapsed(null, null); });
After Timer creation/configuration, worked fine for me...