ControlChannelTrigger.PushNotificationTrigger Propiedad

Definición

Obtiene un objeto que representa el desencadenador de notificación de inserción asociado al objeto ControlChannelTrigger que una aplicación debe usar para enlazar la clase de activación con la infraestructura del agente en segundo plano.

Nota

La clase ControlChannelTrigger no se admite en Windows Phone.

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

Valor de propiedad

Cadena que representa el identificador de clase de activación de la tarea en segundo plano de la notificación de inserción.

Se aplica a