Condividi tramite


BackgroundEnergyManager.MaxAcceptableUsageLevel Proprietà

Definizione

Ottiene il livello di utilizzo massimo accettabile, espresso come percentuale del consumo energetico normale.

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

Valore della proprietà

UInt32

unsigned int

uint32_t

Il livello di utilizzo massimo accettabile, espresso come percentuale del consumo energetico normale.

Attributi

Commenti

Un'attività in background che opera a questo livello ha raggiunto il livello massimo accettabile ed è a rischio di essere segnalata all'app Risparmio batteria come consumer energetico elevato.

Si applica a