NetEventRelayBindingElement Constructeurs
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.
Surcharges
NetEventRelayBindingElement() |
Initialise une nouvelle instance de la classe NetEventRelayBindingElement. |
NetEventRelayBindingElement(String) |
Initialise une nouvelle instance de la classe NetEventRelayBindingElement avec le nom spécifié. |
NetEventRelayBindingElement()
Initialise une nouvelle instance de la classe NetEventRelayBindingElement.
public NetEventRelayBindingElement ();
Public Sub New ()
S’applique à
NetEventRelayBindingElement(String)
Initialise une nouvelle instance de la classe NetEventRelayBindingElement avec le nom spécifié.
public NetEventRelayBindingElement (string name);
new Microsoft.ServiceBus.Configuration.NetEventRelayBindingElement : string -> Microsoft.ServiceBus.Configuration.NetEventRelayBindingElement
Public Sub New (name As String)
Paramètres
- name
- String
Nom de liaison défini dans la configuration.
S’applique à
Azure SDK for .NET