NamespaceManager.DeleteNotificationHub Method (String)

 

Deletes a notification hub at the provided path.

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

Syntax

public void DeleteNotificationHub(
    string path
)
public:
void DeleteNotificationHub(
    String^ path
)
member DeleteNotificationHub : 
        path:string -> unit
Public Sub DeleteNotificationHub (
    path As String
)

Parameters

See Also

NamespaceManager Class
Microsoft.ServiceBus Namespace

Return to top