S
shayke
Hi all
Is it true that System.Timers.Timer runs on a seperate thread, using the
thread pool.
if so, it means that the elapsed callback will never be on the context that
the timer was created in.
What do i have to do to achieve that : receive the elapsed event handler in
the thread that created the timer.
Regards
Shayke
Is it true that System.Timers.Timer runs on a seperate thread, using the
thread pool.
if so, it means that the elapsed callback will never be on the context that
the timer was created in.
What do i have to do to achieve that : receive the elapsed event handler in
the thread that created the timer.
Regards
Shayke