IBackgroundTaskInstance.SuspendedCount Propriété
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.
Obtient le nombre de fois où la stratégie de gestion des ressources a provoqué la suspension de la tâche en arrière-plan.
public:
property unsigned int SuspendedCount { unsigned int get(); };
uint32_t SuspendedCount();
public uint SuspendedCount { get; }
var uInt32 = iBackgroundTaskInstance.suspendedCount;
Public ReadOnly Property SuspendedCount As UInteger
Valeur de propriété
Nombre de fois que la tâche en arrière-plan a été suspendue.