Hello. I have a multi threaded application (I use threadpool). The main
thread has some timers. In some circumstances, I need to activate one of
these timers from other thread.
I activate the timer with enabled property, but the tick event won't raise.
What's the problem with that? Any solution?
--
Regards,
Diego F.
thread has some timers. In some circumstances, I need to activate one of
these timers from other thread.
I activate the timer with enabled property, but the tick event won't raise.
What's the problem with that? Any solution?
--
Regards,
Diego F.
Comment