ChannelFactory<TChannel>用法?
时间:2011-01-04 来源:☆道法自然☆
public DataPortalResult Delete(Type objectType, object criteria, DataPortalContext context)
{
ChannelFactory<IWcfPortal> cf = GetChannelFactory();
IWcfPortal svr = GetProxy(cf);
WcfResponse response = null;
.......... }
但在联机帮助中是这个说明的
类型参数
TChannel由通道工厂生成的通道类型。此类型必须为 IOutputChannel 或 IRequestChannel。
但在CSLA中关于IWcfPortal的定义并非是从IOutputChannel 或 IRequestChannel这两个接口继承下来的,这段代码为何能通过呢?
相关阅读 更多 +