Condividi tramite


BackgroundEnergyManager.LowUsageLevel Proprietà

Definizione

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

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

Valore della proprietà

UInt32

unsigned int

uint32_t

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

Attributi

Commenti

Un'attività in background che opera a questo livello è "sicura" dalla terminazione e non richiede la limitazione.

Si applica a