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
輸入參數。