AppResourceGroupBackgroundTaskReport 类

定义

提供有关后台任务名称、触发器名称、入口点名称和任务标识符等快照信息。

public ref class AppResourceGroupBackgroundTaskReport sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 327680)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class AppResourceGroupBackgroundTaskReport final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 327680)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public sealed class AppResourceGroupBackgroundTaskReport
Public NotInheritable Class AppResourceGroupBackgroundTaskReport
继承
Object Platform::Object IInspectable AppResourceGroupBackgroundTaskReport
属性

Windows 要求

设备系列
Windows 10 Fall Creators Update (在 10.0.16299.0 中引入)
API contract
Windows.Foundation.UniversalApiContract (在 v5.0 中引入)
应用功能
appDiagnostics

属性

EntryPoint

获取后台任务入口点的名称。

Name

获取后台任务的名称。

TaskId

获取后台任务的标识符。

Trigger

获取激活此任务的触发器的名称。

适用于