[Mono-bugs] [Bug 66116][Min] New - System.Threading.Timer
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Thu, 16 Sep 2004 14:44:10 -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.9751 2004-09-16 14:44:10.000000000 -0400
@@ -0,0 +1,23 @@
+Bug#: 66116
+Product: Mono: Class Libraries
+Version: unspecified
+OS:
+OS Details:
+Status: NEW
+Resolution:
+Severity:
+Priority: Minor
+Component: CORLIB
+AssignedTo: mono-bugs@ximian.com
+ReportedBy: crichton@gimp.org
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: System.Threading.Timer
+
+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.