WCF - 服务实例管理模式
摘要:WCF 提供了三种实例上下文模式:PreCall、PreSession 以及 Single。开发人员通过 ServiceBehavior.InstanceContextMode 就可以很容易地控制服务对象的实例管理模式。而当 WCF 释放服务对象时,会检查该对象是否实现了 IDisposable 接
阅读全文
posted @ 2016-07-25 20:12
posted @ 2016-07-25 20:12
posted @ 2016-07-07 17:22
posted @ 2016-07-04 17:31
posted @ 2016-07-01 10:21