NamespaceManager.GetEventHubsAsync Method

Definition

Asynchronously gets a list of Event Hubs.

public System.Threading.Tasks.Task<System.Collections.Generic.IEnumerable<Microsoft.ServiceBus.Messaging.EventHubDescription>> GetEventHubsAsync ();
member this.GetEventHubsAsync : unit -> System.Threading.Tasks.Task<seq<Microsoft.ServiceBus.Messaging.EventHubDescription>>
Public Function GetEventHubsAsync () As Task(Of IEnumerable(Of EventHubDescription))

Returns

The task representing the asynchronous operation.

Applies to