1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41
|
2005-11-16 Sebastien Pouliot <sebastien@ximian.com>
* TimersDescriptionAttribute.cs: Revert Description property fix
because it doesn't always returns null (exact conditions unknown).
2005-11-16 Sebastien Pouliot <sebastien@ximian.com>
* ElapsedEventHandler.cs: Remove [Serializable] from 2.0 profile.
* Timer.cs: Add [Browsable(false)] to SynchronizingObject property for
2.0 profile.
* TimersDescriptionAttribute.cs: Description always returns null.
2005-05-27 Kornél Pál <kornelpal@hotmail.com>
* Timer.cs: Fixed bug #75068 - Close() does not disable the timer
2004-06-15 Lluis Sanchez Gual <lluis@ximian.com>
* Timer.cs: The timer thread must be a background thread.
This fixes #58816.
2004-05-11 Gonzalo Paniagua Javier <gonzalo@ximian.com>
* Timer.cs: if AutoReset, disable the timer before adding the callback
to the ThreadPool. Patch by Tim Fries <timf@dicecorp.com>. Fixes bug
#57993.
2003-03-17 Gonzalo Paniagua Javier <gonzalo@ximian.com>
* Timer.cs: Elapsed is an event. Added a few attributes.
2002-11-20 Gonzalo Paniagua Javier <gonzalo@ximian.com>
* ChangeLog:
* ElapsedEventArgs.cs:
* ElapsedEventHandler.cs:
* Timer.cs:
* TimersDescriptionAttribute.cs: New files.
Don't use timers yet. If you do, your program will never end.
|