[Mono-bugs] [Bug 658244] New: CountdownEvent.Reset Method (Int32) behaviour incorrect.

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Wed Dec 8 09:11:38 EST 2010


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: mono-bugs at lists.ximian.com
        ReportedBy: tom.rathbone at gmail.com
         QAContact: mono-bugs at lists.ximian.com
          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.


More information about the mono-bugs mailing list