Cookie Settings
This site
IT Blogs
PHP
.Net
IT Career
Tech
Java
Contact
Log in
ITBLogs.Info
IT Blogs
PHP
.Net
IT Career
Tech
Java
Archives for: "May 2006, 25"
Threading in .Net is simple
May 25, 2006
admin
Announcements [B]
Thread is very simple. Only need to put the method name and use "Start" method. Thread thread= new Thread(new ThreadStart(class1.Test2)); thread.Start(); There is an exmple, click here
more »
Leave a comment »
Send a trackback »