Aracılığıyla paylaş


ChannelBase(ChannelManagerBase) Oluşturucu

Tanım

ChannelBase sınıfının yeni bir örneğini başlatır.

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)

Parametreler

channelManager
ChannelManagerBase

ChannelManagerBase Kanal işlemleri için varsayılan zaman aşımları sağlayan (gönderme, alma, açma ve kapatma).

Özel durumlar

channelManager, null değeridir.

Açıklamalar

örneklerini oluşturmak için kullanılabilen tek oluşturucunun bir channelManager giriş parametresi gerektirdiğini ChannelBase unutmayın.

Şunlara uygulanır