【问题标题】:Is there an open source task runner for Winforms or ASP.NET?是否有适用于 Winforms 或 ASP.NET 的开源任务运行程序?
【发布时间】: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


    【解决方案1】:

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2017-11-06
      • 2011-04-05
      • 2021-10-11
      • 1970-01-01
      相关资源
      最近更新 更多