Freigeben über


DiscoveryClientBindingElement.BuildChannelFactory<TChannel> Methode

Definition

Initialisiert eine Kanalfactory zum Erstellen von Kanalen eines bestimmten Typs aus dem Bindungskontext.

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)

Typparameter

TChannel

Der Typ der zu erstellenden Channelfactory.

Parameter

context
BindingContext

Der Bindungskontext.

Gibt zurück

Die Kanalfactory des angegebenen vom Bindungskontext initialisierten Typs.

Gilt für: