Condividi tramite


BackgroundEnergyManager.NearMaxAcceptableUsageLevel Proprietà

Definizione

Ottiene il livello di utilizzo accettabile quasi massimo, espresso come percentuale di utilizzo normale dell'energia.

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

Valore della proprietà

UInt32

unsigned int

uint32_t

Il livello di utilizzo accettabile quasi massimo, espresso come percentuale di utilizzo di energia normale.

Attributi

Commenti

Un'attività in background che opera a questo livello si avvicina al livello massimo accettabile.

Si applica a