Freigeben über


BackgroundEnergyManager.MaxAcceptableUsageLevel Eigenschaft

Definition

Ruft die maximale zulässige Nutzungsebene ab, ausgedrückt als Prozentsatz des normalen Energieverbrauchs.

public:
 static property unsigned int MaxAcceptableUsageLevel { unsigned int get(); };
static uint32_t MaxAcceptableUsageLevel();
/// [get: Windows.Foundation.Metadata.Deprecated("Background Energy Manager has been deprecated. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 393216, "Windows.Foundation.UniversalApiContract")]
static uint32_t MaxAcceptableUsageLevel();
public static uint MaxAcceptableUsageLevel { get; }
public static uint MaxAcceptableUsageLevel { [Windows.Foundation.Metadata.Deprecated("Background Energy Manager has been deprecated. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 393216, "Windows.Foundation.UniversalApiContract")] get; }
var uInt32 = BackgroundEnergyManager.maxAcceptableUsageLevel;
Public Shared ReadOnly Property MaxAcceptableUsageLevel As UInteger

Eigenschaftswert

UInt32

unsigned int

uint32_t

Das maximal zulässige Nutzungsniveau, ausgedrückt als Prozentsatz des normalen Energieverbrauchs.

Attribute

Hinweise

Eine Hintergrundaufgabe, die auf dieser Ebene ausgeführt wird, hat das maximal zulässige Niveau erreicht und besteht in der Gefahr, als Hochenergieverbraucher an die Batteriesparer-App gemeldet zu werden.

Gilt für: