Partager via


ControlChannelTrigger.PushNotificationTrigger Propriété

Définition

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.

S’applique à