【发布时间】:2012-02-01 20:58:28
【问题描述】:
这在任何地方都可以作为开源组件使用吗?
如果我在表单或页面(winforms 或 asp.net)后面的代码执行以下操作:
var pidList = PidsToSynch;
pidList.AsParallel().ForAll(pid =>
{
// do a task that either succeeds or fails
// independently of other tasks
}
然后我希望最终用户看到这样的内容:
【问题讨论】:
标签: c# asp.net winforms dialog