[原创]asp.net中的线程

ThreadPool.QueueUserWorkItem(new WaitCallback(SendJson));

 


Thread thread = new Thread(new ThreadStart(SendJson));
thread.Start();

posted @ 2015-05-15 10:03  杨博客  阅读(101)  评论(0编辑  收藏  举报