BackgroundTaskThrottleCounter Énumération
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.
Indique le type de nombre de limitations pour lequel case activée dans une requête GetThrottleCount.
public enum class BackgroundTaskThrottleCounter
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
enum class BackgroundTaskThrottleCounter
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
public enum BackgroundTaskThrottleCounter
var value = Windows.ApplicationModel.Background.BackgroundTaskThrottleCounter.all
Public Enum BackgroundTaskThrottleCounter
- Héritage
-
BackgroundTaskThrottleCounter
- Attributs
Configuration requise pour Windows
Famille d’appareils |
Windows 10 (introduit dans 10.0.10240.0)
|
API contract |
Windows.Foundation.UniversalApiContract (introduit dans v1.0)
|
Champs
All | 0 | Indique une requête pour tous les nombres de limitations (processeur et réseau). |
Cpu | 1 | Indique une requête pour le nombre de limitations du processeur. |
Network | 2 | Indique une requête pour le nombre de limitations réseau. |