您的位置:首页 > 产品设计 > 产品经理

三种异步编程模型(APM)获取异步返回结果的方法

2008-10-19 02:41 701 查看
wait-until-done: invoke EndXxxx( IAsyncResult ) method

polling technique: periodically checking the state: IsComplete

callback mechanisim: have the best performance and scalability

.Net has a single and simple architecture for asynchrounous programming model.
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: 
相关文章推荐