I'm using Threading.Timer to asynchronously call function (using TimerCallback) after some delay. The issue is, that function is not getting called consistently. So how to debug the scenario?
TIA.
I'm using Threading.Timer to asynchronously call function (using TimerCallback) after some delay. The issue is, that function is not getting called consistently. So how to debug the scenario?
TIA.