ControlChannelTrigger.PushNotificationTrigger Propriété
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.
Obtient un objet qui représente le déclencheur de notification Push associé à l’objet ControlChannelTrigger qu’une application doit utiliser pour lier la classe d’activation à l’infrastructure broker en arrière-plan.
Notes
La classe ControlChannelTrigger n’est pas prise en charge sur Windows Phone.
public:
property IBackgroundTrigger ^ PushNotificationTrigger { IBackgroundTrigger ^ get(); };
IBackgroundTrigger PushNotificationTrigger();
public IBackgroundTrigger PushNotificationTrigger { get; }
var iBackgroundTrigger = controlChannelTrigger.pushNotificationTrigger;
Public ReadOnly Property PushNotificationTrigger As IBackgroundTrigger
Valeur de propriété
Chaîne qui représente l’ID de classe d’activation pour la tâche en arrière-plan de notification Push.