thelastmarine

博客园 首页 新随笔 联系 订阅 管理

2012年6月25日 #

摘要: C#异步编程模式IAsyncResult概述 IAsyncResult 异步设计模式通过名为 BeginOperationName 和 EndOperationName 的两个方法来实现原同步方法的异步调用,如 FileStream 类提供了 BeginRead 和 EndRead 方法来从文件异步... 阅读全文
posted @ 2012-06-25 18:36 何冲 阅读(381) 评论(1) 推荐(0) 编辑

摘要: http://cnn237111.blog.51cto.com/2359144/596283 阅读全文
posted @ 2012-06-25 18:28 何冲 阅读(136) 评论(0) 推荐(0) 编辑

摘要: asp.net 3.5异步调用方法小结 web请求RssAsync.aspx Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-... 阅读全文
posted @ 2012-06-25 17:13 何冲 阅读(1673) 评论(0) 推荐(0) 编辑

摘要: C# 委托的同步调用和异步调用 阅读全文
posted @ 2012-06-25 17:09 何冲 阅读(144) 评论(0) 推荐(0) 编辑