Freigeben über


BackgroundEnergyManager.NearMaxAcceptableUsageLevel Eigenschaft

Definition

Ruft den nahezu maximalen zulässigen Nutzungsgrad ab, ausgedrückt als Prozentsatz des normalen Energieverbrauchs.

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

Eigenschaftswert

UInt32

unsigned int

uint32_t

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

Attribute

Hinweise

Eine Hintergrundaufgabe, die auf dieser Ebene ausgeführt wird, nähert sich der maximal zulässigen Ebene.

Gilt für: