[Mono-bugs] [Bug 66116][Min] Changed - System.Threading.Timer

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Thu, 16 Sep 2004 14:45:07 -0400 (EDT)


Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.

Changed by crichton@gimp.org.

http://bugzilla.ximian.com/show_bug.cgi?id=66116

--- shadow/66116	2004-09-16 14:44:10.000000000 -0400
+++ shadow/66116.tmp.9798	2004-09-16 14:45:07.000000000 -0400
@@ -18,6 +18,11 @@
 
 Small difference in behavior between MS.NET and mono with respect to S.T.Timer.
 
 Sample code shows the problem.  After we Change() the timer value, mono
 seems to call the delegate twice.  However, in MS.NET, it does wait the 1/2
 second between delegate calls.
+
+------- Additional Comments From crichton@gimp.org  2004-09-16 14:45 -------
+Created an attachment (id=10778)
+Testcase for System.Threading.Timer
+