Partager via


BackgroundEnergyManager.LowUsageLevel Propriété

Définition

Obtient le niveau d’utilisation faible, exprimé sous la forme d’un pourcentage de la consommation d’énergie 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

Valeur de propriété

UInt32

unsigned int

uint32_t

Faible niveau d’utilisation, exprimé en pourcentage de la consommation d’énergie normale.

Attributs

Remarques

Une tâche en arrière-plan fonctionnant à ce niveau est « sécurisée » contre l’arrêt et ne nécessite pas de limitation.

S’applique à