[Mono-bugs] [Bug 547426] New: The delegate must have only one target.
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Thu Oct 15 16:36:20 EDT 2009
http://bugzilla.novell.com/show_bug.cgi?id=547426
Summary: The delegate must have only one target.
Classification: Mono
Product: Mono: Class Libraries
Version: SVN
Platform: x86-64
OS/Version: Ubuntu
Status: NEW
Severity: Minor
Priority: P5 - None
Component: System
AssignedTo: mono-bugs at lists.ximian.com
ReportedBy: cliff at may.be
QAContact: mono-bugs at lists.ximian.com
Found By: Other
Created an attachment (id=322749)
--> (http://bugzilla.novell.com/attachment.cgi?id=322749)
tar of project to display the issue
Description of Problem:
Steps to reproduce the problem:
1. Call BeginInvoke on a delegate with multiple targets.
Actual Results:
Mono calls each target in turn in a single thread.
Expected Results:
NET throws an ArgumentException of "The delegate must have only one target."
How often does this happen?
Always.
Additional Information:
Actually, it's shame to fix this one as the Mono logic is far better than the
NET approach,
--
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