NamespaceManager.GetNotificationHub(String) Method

Definition

Gets the notification hub.

public Microsoft.Azure.NotificationHubs.NotificationHubDescription GetNotificationHub (string path);
abstract member GetNotificationHub : string -> Microsoft.Azure.NotificationHubs.NotificationHubDescription
override this.GetNotificationHub : string -> Microsoft.Azure.NotificationHubs.NotificationHubDescription
Public Function GetNotificationHub (path As String) As NotificationHubDescription

Parameters

path
String

The notification hub path.

Returns

A notification hub description object.

Implements

Applies to