Sdílet prostřednictvím


ChannelBase(ChannelManagerBase) Konstruktor

Definice

Inicializuje novou instanci ChannelBase třídy .

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)

Parametry

channelManager
ChannelManagerBase

Hodnota ChannelManagerBase , která poskytuje výchozí časové limity pro operace kanálu (odesílání, přijímání, otevírání a zavírání).

Výjimky

channelManager je null.

Poznámky

Všimněte si, že jediný konstruktor dostupný pro vytváření instancí ChannelBase vyžaduje channelManager vstupní parametr.

Platí pro