Skip to main content

My timers are not working

Please note that in order to run the timers the runtime must be configured with the timer manager. Use the following lines of code to configure the runtime with the default timer manager.

_runtime.WithTimerManager(new TimerManager());