NamespaceManager Classe

Définition

Représente un gestionnaire d’espaces de noms

public sealed class NamespaceManager : Microsoft.Azure.NotificationHubs.INamespaceManager
type NamespaceManager = class
    interface INamespaceManager
Public NotInheritable Class NamespaceManager
Implements INamespaceManager
Héritage
NamespaceManager
Implémente

Constructeurs

NamespaceManager(String)

Initialise une nouvelle instance de la classe NamespaceManager.

NamespaceManager(String, NotificationHubSettings)

Représente un gestionnaire d’espaces de noms

Propriétés

OperationTimeout

Obtient le délai d’expiration des opérations HTTP.

Méthodes

CreateFromConnectionString(String)

Crée un instance de la classe en fonction de la NamespaceManager chaîne de connexion de configuration clé-valeur.

CreateNotificationHub(NotificationHubDescription)

Crée un hub de notification.

CreateNotificationHub(String)

Crée un hub de notification.

CreateNotificationHubAsync(NotificationHubDescription)

Crée le hub de notification de manière asynchrone.

CreateNotificationHubAsync(NotificationHubDescription, CancellationToken)

Crée le hub de notification de manière asynchrone.

CreateNotificationHubAsync(String)

Crée un hub de notification.

CreateNotificationHubAsync(String, CancellationToken)

Crée un hub de notification.

DeleteNotificationHub(String)

Supprimez le hub de notification.

DeleteNotificationHubAsync(String)

Supprimez le hub de notification.

DeleteNotificationHubAsync(String, CancellationToken)

Supprimez le hub de notification.

GetNotificationHub(String)

Obtient le hub de notification.

GetNotificationHubAsync(String)

Obtient le hub de notification de manière asynchrone.

GetNotificationHubAsync(String, CancellationToken)

Obtient le hub de notification de manière asynchrone.

GetNotificationHubJobAsync(String, String)

Obtient le travail du hub de notification de manière asynchrone.

GetNotificationHubJobAsync(String, String, CancellationToken)

Obtient le travail du hub de notification de manière asynchrone.

GetNotificationHubJobsAsync(String)

Obtient les travaux du hub de notification de manière asynchrone.

GetNotificationHubJobsAsync(String, CancellationToken)

Obtient les travaux du hub de notification de manière asynchrone.

GetNotificationHubs()

Obtient les hubs de notification.

GetNotificationHubsAsync()

Obtient les hubs de notification de manière asynchrone.

GetNotificationHubsAsync(CancellationToken)

Obtient les hubs de notification de manière asynchrone.

NotificationHubExists(String)

Vérifie si un hub de notifications existe.

NotificationHubExistsAsync(String)

Vérifie si un hub de notification existe de manière asynchrone.

NotificationHubExistsAsync(String, CancellationToken)

Vérifie si un hub de notification existe de manière asynchrone.

SubmitNotificationHubJobAsync(NotificationHubJob, String)

Envoie le travail du hub de notification de manière asynchrone.

SubmitNotificationHubJobAsync(NotificationHubJob, String, CancellationToken)

Envoie le travail du hub de notification de manière asynchrone.

UpdateNotificationHub(NotificationHubDescription)

Mises à jour le hub de notification.

UpdateNotificationHubAsync(NotificationHubDescription)

Mises à jour le hub de notification de manière asynchrone.

UpdateNotificationHubAsync(NotificationHubDescription, CancellationToken)

Mises à jour le hub de notification de manière asynchrone.

S’applique à