AppResourceGroupInfo.GetBackgroundTaskReports Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
|