AppResourceGroupInfo.GetBackgroundTaskReports Method

Definition

Provides information about background tasks such as their entry points, names, task ids, and trigger names.

public:
 virtual IVector<AppResourceGroupBackgroundTaskReport ^> ^ GetBackgroundTaskReports() = GetBackgroundTaskReports;
IVector<AppResourceGroupBackgroundTaskReport> GetBackgroundTaskReports();
public IList<AppResourceGroupBackgroundTaskReport> GetBackgroundTaskReports();
function getBackgroundTaskReports()
Public Function GetBackgroundTaskReports () As IList(Of AppResourceGroupBackgroundTaskReport)

Returns

Information about each background task.

Windows requirements

App capabilities
appDiagnostics

Applies to