Maybe you could divide the problem by using System.Timers.Timer
(Elapsed event) which starts the Thread? And if you can't debub your
thread code with a breakpoint that generally means that thread... is
dead (was not started).

Grzegorz G. (www.wild-strawberry.eu)

On Mar 18, 8:41 am, Abhi <[email protected]> wrote:
> 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.

Reply via email to