3
Reply

Thread

Kok Keong Chua

Kok Keong Chua

May 11 2011 7:58 AM
2.2k
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);

Answers (3)