摘要: 为了实现一个通用的WCF服务调用的Recovery机制,我们定义了下面的实体类,用以表现当初调用服务时的信息,包括服务信息和调用参数。 public class ServiceInvoikeRecoveryData { public string Key { get; set; } public string ServiceAssembly { get; set; } public string ServiceType { get; set; } public string Operation { get; set; } ... 阅读全文
posted @ 2011-06-08 17:24 昝昝 阅读(987) 评论(0) 推荐(0)