NamespaceManager.GetNotificationHubs Method ()

 

Retrieves the description of a notification hub from the service namespace.

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

Syntax

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

Return Value

Type: System.Collections.Generic.IEnumerable<NotificationHubDescription>

The list of description of a notification hub from the service namespace.

See Also

NamespaceManager Class
Microsoft.ServiceBus Namespace

Return to top