Aracılığıyla paylaş


CompositeDuplexBindingElement.BuildChannelFactory<TChannel> Yöntem

Tanım

Bileşik çift yönlü kanal oluşturabilen bir kanal fabrikası döndürür.

public:
generic <typename TChannel>
 override System::ServiceModel::Channels::IChannelFactory<TChannel> ^ BuildChannelFactory(System::ServiceModel::Channels::BindingContext ^ context);
public override System.ServiceModel.Channels.IChannelFactory<TChannel> BuildChannelFactory<TChannel> (System.ServiceModel.Channels.BindingContext context);
override this.BuildChannelFactory : System.ServiceModel.Channels.BindingContext -> System.ServiceModel.Channels.IChannelFactory<'Channel>
Public Overrides Function BuildChannelFactory(Of TChannel) (context As BindingContext) As IChannelFactory(Of TChannel)

Tür Parametreleri

TChannel

Fabrikanın IChannel ürettiği.

Parametreler

context
BindingContext

BindingContext Kanal fabrikasını oluşturmak için gereken bağlamı sağlayan.

Döndürülenler

IChannelFactory<TChannel> türünde TChannelbir bileşik çift yönlü kanal oluşturan.

Özel durumlar

context, null değeridir.

TChannel türünde IOutputChannel değildir ve desteklenmez.

Açıklamalar

Derleme bağlamı için TChannelbir IOutputChannel gerektirir.

Şunlara uygulanır