NamespaceManager.NotificationHubExists Method (String)

 

Determines whether there is a notification hub at the specified path in the service namespace.

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

Syntax

public bool NotificationHubExists(
    string path
)
public:
bool NotificationHubExists(
    String^ path
)
member NotificationHubExists : 
        path:string -> bool
Public Function NotificationHubExists (
    path As String
) As Boolean

Parameters

Return Value

Type: System.Boolean

true if there is a notification hub at the specified path in the service namespace; otherwise, false.

See Also

NamespaceManager Class
Microsoft.ServiceBus Namespace

Return to top