萬用簡易執行緒

張貼日期:2011/6/27 上午 03:28:12

Thread th2 = new Thread(

() =>{

//執行內容

}

);

th2.Priority=ThreadPriority.Lowest;//優先權

th2.Start();//開始執行