Megosztás a következőn keresztül:


INamespaceManager.NotificationHubExists(String) Method

Definition

Checks whether a notifications hub exists.

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

Parameters

path
String

The notification hub path.

Returns

True if the hub exists

Applies to