Share via


IBackgroundTaskInstance.SuspendedCount Propriété

Définition

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é

UInt32

unsigned int

uint32_t

Nombre de fois que la tâche en arrière-plan a été suspendue.

S’applique à