NamespaceManager.GetEventHubAsync(String) Methode

Definition

Ruft asynchron Informationen zu einem Event Hub ab.

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)

Parameter

path
String

Der Pfad zum Event Hub.

Gibt zurück

Die Aufgabe, die den asynchronen Vorgang darstellt.

Gilt für: