AppResourceGroupBackgroundTaskReport Classe
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Fournit instantané informations sur une tâche en arrière-plan, telles que son nom, son nom de déclencheur, son nom de point d’entrée et son identificateur de tâche.
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
- Héritage
- Attributs
Configuration requise pour Windows
Famille d’appareils |
Windows 10 Fall Creators Update (introduit dans 10.0.16299.0)
|
API contract |
Windows.Foundation.UniversalApiContract (introduit dans v5.0)
|
Fonctionnalités de l’application |
appDiagnostics
|
Propriétés
EntryPoint |
Obtient le nom du point d’entrée de la tâche en arrière-plan. |
Name |
Obtient le nom de la tâche en arrière-plan. |
TaskId |
Obtient l’identificateur de la tâche en arrière-plan. |
Trigger |
Obtient le nom du déclencheur qui a activé cette tâche. |