Condividi tramite


ControlChannelTrigger.PushNotificationTrigger Proprietà

Definizione

Ottiene un oggetto che rappresenta il trigger di notifica push associato all'oggetto ControlChannelTrigger che un'app deve usare per associare la classe di attivazione all'infrastruttura broker in background.

Nota

La classe ControlChannelTrigger non è supportata in Windows Phone.

public:
 property IBackgroundTrigger ^ PushNotificationTrigger { IBackgroundTrigger ^ get(); };
IBackgroundTrigger PushNotificationTrigger();
public IBackgroundTrigger PushNotificationTrigger { get; }
var iBackgroundTrigger = controlChannelTrigger.pushNotificationTrigger;
Public ReadOnly Property PushNotificationTrigger As IBackgroundTrigger

Valore della proprietà

Stringa che rappresenta l'ID della classe di attivazione per l'attività in background della notifica push.

Si applica a