about Timer .

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I am using a timer component to build a Application.

I set the timer to 1 min to catch specific event at indicated time.
If a event run and run a long long time, for example, sql ( may be 10min to 20min
then, next event may uan in next minute......

Can a timer handle a queue function or multithreading function?
 
Your handler for the timer can use the threadpool or manually start up a new
thread.

Which timer are you using?

-mike
MVP
 
Back
Top