Partager via


IBackgroundTaskInstance2.GetThrottleCount Méthode

Définition

Récupère le nombre de fois où la tâche en arrière-plan a été suspendue pour l’utilisation d’un trop grand nombre de ressources.

public:
 unsigned int GetThrottleCount(BackgroundTaskThrottleCounter counter);
uint32_t GetThrottleCount(BackgroundTaskThrottleCounter const& counter);
public uint GetThrottleCount(BackgroundTaskThrottleCounter counter);
function getThrottleCount(counter)
Public Function GetThrottleCount (counter As BackgroundTaskThrottleCounter) As UInteger

Paramètres

counter
BackgroundTaskThrottleCounter

Indique le type de ressource à inclure dans le nombre de limitations : réseau, processeur ou les deux.

Retours

UInt32

unsigned int

uint32_t

Cette méthode retourne le nombre de fois où la tâche en arrière-plan a été suspendue pour dépassement de son quota du type de ressource indiqué.

S’applique à