starting a thread

by pietman 20. December 2011 17:14

one way:

Thread oThread = new Thread(new ThreadStart(delegate()
{
    do_this_and_that();
}));
oThread.Start();

Tags:

Add c0mment




  Country flag
biuquote
  • Comment
  • Preview
Loading


About ...

pietman celliersPietman Celliers
Bitlink  Ltd
bitlinkit.com