ChannelBase(ChannelManagerBase) 构造函数
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
初始化 ChannelBase 类的新实例。
protected:
ChannelBase(System::ServiceModel::Channels::ChannelManagerBase ^ channelManager);
protected ChannelBase (System.ServiceModel.Channels.ChannelManagerBase channelManager);
new System.ServiceModel.Channels.ChannelBase : System.ServiceModel.Channels.ChannelManagerBase -> System.ServiceModel.Channels.ChannelBase
Protected Sub New (channelManager As ChannelManagerBase)
参数
- channelManager
- ChannelManagerBase
用于提供通道操作(发送、接收、打开和关闭)默认超时的 ChannelManagerBase。
例外
channelManager
为 null
。
注解
请注意,可用于创建 ChannelBase 实例的唯一构造函数需要 channelManager
输入参数。