IBackgroundTaskInstance.TriggerDetails Property

Definition

Gets additional information associated with a background task instance.

public:
 property Platform::Object ^ TriggerDetails { Platform::Object ^ get(); };
IInspectable TriggerDetails();
public object TriggerDetails { get; }
var object = iBackgroundTaskInstance.triggerDetails;
Public ReadOnly Property TriggerDetails As Object

Property Value

Object

Platform::Object

IInspectable

Represents additional information for the background task.

If the background task is triggered by a mobile network operator notification, this property is an instance of a NetworkOperatorNotificationEventDetails class.

If the background task is triggered by a system event or time event, this property is not used.

If the background task is triggered by a PushNotificationTrigger, this property will contain a RawNotification object.

Applies to