NetEventRelayBinding.IsBindingElementsMatch 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.
Récupère une valeur qui détermine si les éléments de liaison spécifiés correspondent à la instance actuelle.
protected bool IsBindingElementsMatch (Microsoft.ServiceBus.RelayedOnewayTransportBindingElement transport, System.ServiceModel.Channels.BinaryMessageEncodingBindingElement encoding, System.ServiceModel.Channels.ReliableSessionBindingElement session);
override this.IsBindingElementsMatch : Microsoft.ServiceBus.RelayedOnewayTransportBindingElement * System.ServiceModel.Channels.BinaryMessageEncodingBindingElement * System.ServiceModel.Channels.ReliableSessionBindingElement -> bool
Protected Function IsBindingElementsMatch (transport As RelayedOnewayTransportBindingElement, encoding As BinaryMessageEncodingBindingElement, session As ReliableSessionBindingElement) As Boolean
Paramètres
- transport
- RelayedOnewayTransportBindingElement
Transport vers case activée par rapport à la instance actuelle.
- encoding
- BinaryMessageEncodingBindingElement
Encodage à case activée par rapport à la instance actuelle.
- session
- ReliableSessionBindingElement
Session à case activée par rapport à la instance actuelle.
Retours
Retourne true si les liaisons correspondent ; sinon, false.
S’applique à
Azure SDK for .NET