[Mono-bugs] [Bug 373134] Control.InvokeRequired does not always return the right value

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Thu Apr 30 18:08:04 EDT 2009


http://bugzilla.novell.com/show_bug.cgi?id=373134

User g.teunis at gmail.com added comment
http://bugzilla.novell.com/show_bug.cgi?id=373134#c1


Ger Teunis <g.teunis at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |g.teunis at gmail.com




--- Comment #1 from Ger Teunis <g.teunis at gmail.com>  2009-04-30 16:08:03 MDT ---
Highly visible on lots of application with the following constructs

void Method()
{
    if (this.InvokeRequired)
    {
        this.Invoke(new MethodInvoker(delegate { Method(); }));
        return;
    }

    //rest of code
}

-- 
Configure bugmail: http://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