INamespaceManager Interface
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Représente un gestionnaire d’espaces de noms
public interface INamespaceManager
type INamespaceManager = interface
Public Interface INamespaceManager
- Dérivé
Méthodes
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 à
Azure SDK for .NET