Want to improve this question? Update the question so it can be answered with facts and citations by editing this post.
Closed 2 years ago.
您所描述的是序列工作流模式。
工作流程模式计划 和 MSDN 杂志。
What you have described is the Sequence Workflow Pattern.
There are more Workflow Patterns at the Workflow Patterns initiative and in MSDN Magazine.
我认为以下文章可以帮助您完成异步任务部分:
基于任务的异步模式
TPL 和传统 .NET 异步编程
I think the following articles can help you with the async task part:
The Task-based Asynchronous Pattern
TPL and Traditional .NET Asynchronous Programming
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
暂无简介
文章 0 评论 0
接受
发布评论
评论(2)
您所描述的是序列工作流模式。
工作流程模式计划 和 MSDN 杂志。
What you have described is the Sequence Workflow Pattern.
There are more Workflow Patterns at the Workflow Patterns initiative and in MSDN Magazine.
我认为以下文章可以帮助您完成异步任务部分:
基于任务的异步模式
TPL 和传统 .NET 异步编程
I think the following articles can help you with the async task part:
The Task-based Asynchronous Pattern
TPL and Traditional .NET Asynchronous Programming