码迷,mamicode.com
首页 > 编程语言 > 详细

.net 2.0 后台多线程

时间:2015-10-23 16:01:07      阅读:119      评论:0      收藏:0      [点我收藏+]

标签:

 System.Threading.Thread thread1 = new System.Threading.Thread(delegate() {
                Web.BLL.banpaiconfig.VideoToMp4.Convert(Server.MapPath("/") + "admin\\MyClass\\vediofiles\\", "20151023130847", ".wmv");
            });
            thread1.IsBackground=true;
            thread1.Start();

 

.net 2.0 后台多线程

标签:

原文地址:http://www.cnblogs.com/gxivwshjj/p/4904590.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!