Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 5983343
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 22, 20262026-05-22T22:13:00+00:00 2026-05-22T22:13:00+00:00

According to Jon Skeet , You can only call BeginInvoke on a delegate which

  • 0

According to Jon Skeet, “You can only call BeginInvoke on a delegate which has a single target invocation.”

Why is that? What’s the real reason?

Note: For clarification (and because I made this mistake), I am talking about the BeginInvoke on delegates, not on controls.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-22T22:13:01+00:00Added an answer on May 22, 2026 at 10:13 pm

    I think Jon Skeet does a good job explaining in the post you linked:

    How do you want the threading to work? Do you have to run each
    invocation synchronously, but run the whole thing asynchronously with
    respect to the calling thread, or could you run each invocation
    asynchronously?

    If it’s the former, just run a single threadpool work item which calls
    the delegate synchronously. If it’s the latter, get the invocation list
    with Delegate.GetInvocationList and call BeginInvoke on element of the
    list in turn.

    Basically calling BeginInvoke on a MulticastDelegate is ambiguous, do you want the delegates to wait for each other or not? While in theory it could decide for you, the choice has been made to force you to explicitly select the method you want by calling the delegates in a different fashion.

    In other words it is a design choice to avoid confusion. Also it is important to note that BeginInvoke has fallen out of favor and newer methods of asynchronous programming are available making updating this old standard unlikely, so even if they wanted to change now, there is no reason to.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm reading the book Real-world functional programming by Tomas Petricek and Jon Skeet and
It's possible to determine memory usage (according to Jon Skeet's blog) like this :
According to C++03 Standard (23.1/3) only copy-constructible class objects can be stored in STL
According to this discussion , the iphone agreement says that it doesn't allow loading
According to select name from system_privilege_map System has been granted: SELECT ANY TABLE ...and
According to what I have found so far, I can use the following code:
According to Wikipedia, on the Comparison of programming languages page, it says that F#
According to the feedparser documentation , I can turn an RSS feed into a
I'm having difficulty with a query which displays records according to their fill rate.
According to what I've heard, integer values that are not the processor's word size

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.