Share via


BackgroundTaskThrottleCounter Enumeration

Definition

Gibt den Typ der Drosselungsanzahl an, die in einer GetThrottleCount-Anforderung überprüft werden soll.

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
Vererbung
BackgroundTaskThrottleCounter
Attribute

Windows-Anforderungen

Gerätefamilie
Windows 10 (eingeführt in 10.0.10240.0)
API contract
Windows.Foundation.UniversalApiContract (eingeführt in v1.0)

Felder

All 0

Gibt eine Anforderung für alle Drosselungsanzahlen (CPU und Netzwerk) an.

Cpu 1

Gibt eine Anforderung für die CPU-Drosselungsanzahl an.

Network 2

Gibt eine Anforderung für die Netzwerkdrosselungsanzahl an.

Gilt für: