AppResourceGroupBackgroundTaskReport.TaskId Propriété

Définition

Obtient l’identificateur de la tâche en arrière-plan.

public:
 property Platform::Guid TaskId { Platform::Guid get(); };
winrt::guid TaskId();
public Guid TaskId { get; }
var guid = appResourceGroupBackgroundTaskReport.taskId;
Public ReadOnly Property TaskId As Guid

Valeur de propriété

Guid

Platform::Guid

winrt::guid

GUID de tâche en arrière-plan.

Configuration requise pour Windows

Fonctionnalités de l’application
appDiagnostics

Remarques

L’identificateur est un identificateur unique de session généré en interne. Vous pouvez l’utiliser pour lever l’ambiguïté de plusieurs instances de tâche en arrière-plan.

S’applique à