IBackgroundTaskInstance2.GetThrottleCount Méthode
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.
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
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é.