https://bugzilla.novell.com/show_bug.cgi?id=658244
https://bugzilla.novell.com/show_bug.cgi?id=658244#c0 Summary: CountdownEvent.Reset Method (Int32) behaviour incorrect. Classification: Mono Product: Mono: Class Libraries Version: 2.6.x Platform: Other OS/Version: Other Status: NEW Severity: Normal Priority: P5 - None Component: System AssignedTo: [email protected] ReportedBy: [email protected] QAContact: [email protected] Found By: --- Blocker: --- Description of Problem: System.Threading.CountdownEvent.Reset Method (Int32) behaves incorrectly. According to MSDN documentation (http://msdn.microsoft.com/en-us/library/dd270869.aspx) Reset(Int32) should effect the initial count. in the mono implementation it effects the current count only. The field "initial" is marked as read only. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug. You are the assignee for the bug. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
