Partager via


NamespaceManager.GetEventHubAsync(String) Méthode

Définition

Obtient de manière asynchrone des informations sur un Event Hub.

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

Paramètres

path
String

Chemin d’accès au hub d’événements.

Retours

Tâche représentant l’opération asynchrone.

S’applique à