Partager via


NamespaceManager.GetRelayAsync(String) Méthode

Définition

Récupère de manière asynchrone les détails d’un point de terminaison de relais donné.

public System.Threading.Tasks.Task<Microsoft.ServiceBus.Messaging.RelayDescription> GetRelayAsync (string path);
member this.GetRelayAsync : string -> System.Threading.Tasks.Task<Microsoft.ServiceBus.Messaging.RelayDescription>
Public Function GetRelayAsync (path As String) As Task(Of RelayDescription)

Paramètres

path
String

Chemin d’accès du relais.

Retours

Opération asynchrone.

S’applique à