BackgroundActivatedEventArgs.TaskInstance Property

Definition

Get the data that was available to the IBackgroundTask.Run method that resulted in your app being activated.

public:
 property IBackgroundTaskInstance ^ TaskInstance { IBackgroundTaskInstance ^ get(); };
IBackgroundTaskInstance TaskInstance();
public IBackgroundTaskInstance TaskInstance { get; }
var iBackgroundTaskInstance = backgroundActivatedEventArgs.taskInstance;
Public ReadOnly Property TaskInstance As IBackgroundTaskInstance

Property Value

The IBackgroundTaskInstance that activated your app.

Implements

Applies to