NamespaceManager.NotificationHubExistsAsync Method (String)

 

Asynchronously 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 Task<bool> NotificationHubExistsAsync(
    string path
)
public:
Task<bool>^ NotificationHubExistsAsync(
    String^ path
)
member NotificationHubExistsAsync : 
        path:string -> Task<bool>
Public Function NotificationHubExistsAsync (
    path As String
) As Task(Of Boolean)

Parameters

Return Value

Type: System.Threading.Tasks.Task<Boolean>

The asynchronous operation.

See Also

NamespaceManager Class
Microsoft.ServiceBus Namespace

Return to top