2012-02-01 70 views
0

這是否可以在任何地方作爲開源組件使用?是否有Winforms或ASP.NET的開源任務運行器?

如果我的表單或頁面(的WinForms或asp.net)後面的代碼確實是這樣的:

var pidList = PidsToSynch; 
pidList.AsParallel().ForAll(pid => 
{ 
    // do a task that either succeeds or fails 
    // independently of other tasks 
} 

然後我想最終用戶看到這樣的內容:

enter image description here

回答

相關問題