MsmqIntegrationBindingElement.CanBuildChannelListener<TChannel> Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Retourne une valeur qui indique si vous pouvez générer un écouteur de canal selon le contexte fourni.
public:
generic <typename TChannel>
where TChannel : class, System::ServiceModel::Channels::IChannel override bool CanBuildChannelListener(System::ServiceModel::Channels::BindingContext ^ context);
public override bool CanBuildChannelListener<TChannel> (System.ServiceModel.Channels.BindingContext context) where TChannel : class, System.ServiceModel.Channels.IChannel;
override this.CanBuildChannelListener : System.ServiceModel.Channels.BindingContext -> bool (requires 'Channel : null and 'Channel :> System.ServiceModel.Channels.IChannel)
Public Overrides Function CanBuildChannelListener(Of TChannel As {Class, IChannel}) (context As BindingContext) As Boolean
Paramètres de type
- TChannel
Le type de canal.
Paramètres
- context
- BindingContext
La BindingContext avec laquelle générer l'écouteur de canal.
Retours
true
si vous pouvez générer un écouteur de canal avec le contexte fourni ; sinon, false
.
Cette méthode retourne true
uniquement si TChannel
est IInputChannel.