IBackgroundActivatedEventArgs.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 = iBackgroundActivatedEventArgs.taskInstance;
Public ReadOnly Property TaskInstance As IBackgroundTaskInstance

Property Value

The data that was available to the IBackgroundTask.Run method.

Applies to