WebUIBackgroundTaskInstanceRuntimeClass.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 = webUIBackgroundTaskInstanceRuntimeClass.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.

Implements

Applies to