Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 1 KB

ibackgroundtaskinstance_triggerdetails.md

File metadata and controls

28 lines (18 loc) · 1 KB
-api-id -api-type
P:Windows.ApplicationModel.Background.IBackgroundTaskInstance.TriggerDetails
winrt property

Windows.ApplicationModel.Background.IBackgroundTaskInstance.TriggerDetails

-description

Gets additional information associated with a background task instance.

-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.

-remarks

-examples

-see-also