2012年3月27日
摘要: 作者:b0b0来源:博客园发布时间:2011-02-10 10:52阅读:164 次原文链接[收藏]WCF 异步调用说明: WCF客户端异步调用与服务端代码没有关系,只是和客户端的代码有关系。服务端服务接口:代码usingSystem;usingSystem.Collections.Generic;usingSystem.Linq;usingSystem.Text;usingSystem.ServiceModel;namespaceConsoleAsyService{///<summary>//////测试异步运算器的接口//////</summary>[Service 阅读全文
posted @ 2012-03-27 17:11 懒懒的呐喊 阅读(381) 评论(0) 推荐(0) 编辑