IBackgroundTaskInstance.TriggerDetails Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
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.