Freigeben über


BackgroundEnergyManager.LowUsageLevel Eigenschaft

Definition

Ruft die niedrige Nutzungsebene ab, ausgedrückt als Prozentsatz des normalen Energieverbrauchs.

public:
 static property unsigned int LowUsageLevel { unsigned int get(); };
static uint32_t LowUsageLevel();
/// [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 LowUsageLevel();
public static uint LowUsageLevel { get; }
public static uint LowUsageLevel { [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.lowUsageLevel;
Public Shared ReadOnly Property LowUsageLevel As UInteger

Eigenschaftswert

UInt32

unsigned int

uint32_t

Das niedrige Nutzungsniveau, ausgedrückt als Prozentsatz des normalen Energieverbrauchs.

Attribute

Hinweise

Eine Hintergrundaufgabe, die auf dieser Ebene ausgeführt wird, ist "sicher" vor Beendigung und erfordert keine Einschränkung.

Gilt für: