Garbage collected timers

  • Thread starter Thread starter joe
  • Start date Start date
J

joe

MSDN states that "...A timer that is disabled is subject
to garbage collection...".
What does that mean?
What if I have a timer in my program, which I start and
stop as I want?
Does that mean that every time I want to start it, I have
to check if it is not already disposed of?
Or I maybe I have to create a timer every time I want one?


Thanks
 
-----Original Message-----
MSDN states that "...A timer that is disabled is subject
to garbage collection...".
What does that mean?
What if I have a timer in my program, which I start and
stop as I want?
Does that mean that every time I want to start it, I have
to check if it is not already disposed of?
Or I maybe I have to create a timer every time I want one?


Thanks

.
 
Back
Top