timer

  • Thread starter Thread starter Frank
  • Start date Start date
F

Frank

Hello,
how is this processed exactly?

create some instances of classA
each instance starts a timer to read in a database

Are these timer events processed in sequence or are this individual
processes that can execute at the same time?

Thanks in advance
Frank
 
Which of the following are you referring to:

System.Windows.Forms.Timer
System.Timers.Timer
System.Threading.Timer

Regards

Richard Blewett - DevelopMentor
http://www.dotnetconsult.co.uk/weblog
http://www.dotnetconsult.co.uk

Hello,
how is this processed exactly?

create some instances of classA
each instance starts a timer to read in a database

Are these timer events processed in sequence or are this individual
processes that can execute at the same time?

Thanks in advance
Frank
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top