NamespaceManager.GetNotificationHubsAsync Method ()

 

Asynchronously retrieves the description of a notification hub from the service namespace.

Namespace:   Microsoft.ServiceBus
Assembly:  Microsoft.ServiceBus (in Microsoft.ServiceBus.dll)

Syntax

public Task<IEnumerable<NotificationHubDescription>> GetNotificationHubsAsync()
public:
Task<IEnumerable<NotificationHubDescription^>^>^ GetNotificationHubsAsync()
member GetNotificationHubsAsync : unit -> Task<IEnumerable<NotificationHubDescription>>
Public Function GetNotificationHubsAsync As Task(Of IEnumerable(Of NotificationHubDescription))

Return Value

Type: System.Threading.Tasks.Task<IEnumerable<NotificationHubDescription>>

The asynchronous operation.

See Also

NamespaceManager Class
Microsoft.ServiceBus Namespace

Return to top