Hi,
May I know what is the difference between these two when define a thread:
Thread oThread = new Thread(new ThreadStart(SomeMethod));
Thread oThread = new Thread(SomeMethod);
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
VulpesPosted May 11, 2011, 9:03 AM
Kok Keong ChuaPosted May 12, 2011, 10:03 AM
Vijay YadavPosted May 11, 2011, 8:10 AM
May this link will help you! :)
http://www.yoda.arachsys.com/csharp/threads/printable.shtml