Difference between Delegate.BeginInvoke and Thread.Start

Posted by Griever on Stack Overflow See other posts from Stack Overflow or by Griever
Published on 2010-05-05T11:10:38Z Indexed on 2010/05/05 11:18 UTC
Read the original article Hit count: 218

Filed under:
|

Existing related questions here talk about differences between:

  • Delegate.BeginInvoke and Control.BeginInvoke
  • Control.BeginInvoke and Thread.Start

But what are the differences between Delegate.BeginInvoke and Thread.Start?

© Stack Overflow or respective owner

Related posts about .NET

Related posts about threads