WCF中的AsyncPattern
摘要:
WCF中的AsyncPattern(系列博文源自 http://pfelix.wordpress.com/,由笔者翻译并整理,转载请注明)在wcf 的 service contract中, 服务接口方法定义都要求有 operation context这个标签。 在这个标签里有一个 AsyncPattern的属性用以定制 service的异步模型。考虑如下接口定义:1: [ServiceContract] 2: interface IService { 3: [OperationContract] 4: ReplyData Operation1(RequestData... 阅读全文
posted @ 2014-02-18 02:47 饶华刚 阅读(1012) 评论(0) 推荐(0)