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
 
Back
Top