ControlChannelTrigger.PushNotificationTrigger Property

Definition

Gets an object that represents the push notification trigger associated with the ControlChannelTrigger object that an app should use to bind the activation class with the background broker infrastructure.

Note

The ControlChannelTrigger class is not supported on Windows Phone.

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

Property Value

A string that represents the activation class ID for the push notification background task.

Applies to