Partager via


PushClient Classe

Définition

fournit PushClient un mécanisme d’envoi de notifications aux applications mobiles par le biais d’un hub de notification.

public class PushClient
type PushClient = class
Public Class PushClient
Héritage
PushClient

Constructeurs

PushClient(ApiServices)

Initialise une nouvelle instance du PushClient avec un instance donné ApiServices .

Propriétés

EnableTestSend

Lorsque l’envoi de test est activé, toutes les notifications atteignent uniquement jusqu’à 10 appareils pour chaque appel d’envoi et la méthode SendNotificationAsync retourne une liste détaillée des résultats de toutes ces remises de notification (par exemple, les erreurs d’authentification, les erreurs de limitation, etc.).

HubClient

Obtient ou définit le Microsoft.ServiceBus.Notifications.NotificationHubClient à utiliser pour l’envoi de notifications.

Méthodes

CreateNotification(IPushMessage)

Crée un Microsoft.ServiceBus.Notifications.Notification à partir de IPushMessage.

CreateNotificationHubClient(String, String, Boolean)

Crée un Microsoft.ServiceBus.Notifications.NotificationHubClient de manière moqueuse.

SendAsync(IPushMessage)

Envoie une notification au hub de notification.

SendAsync(IPushMessage, IEnumerable<String>)

Envoie une notification au hub de notification avec une expression de balise donnée.

SendAsync(IPushMessage, String)

Envoie une notification au hub de notification avec une expression de balise donnée.

SendNotificationAsync(Notification, IEnumerable<String>)

Rend Microsoft.ServiceBus.Notifications.NotificationHubClient l’opération d’envoi dérisable.

SendNotificationAsync(Notification, String)

Rend Microsoft.ServiceBus.Notifications.NotificationHubClient l’opération d’envoi dérisable.

S’applique à