Partager via


BackgroundEnergyManager.TerminationUsageLevel Propriété

Définition

Obtient le niveau d’utilisation de l’arrêt, exprimé en pourcentage de la consommation d’énergie normale.

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

Valeur de propriété

UInt32

unsigned int

uint32_t

Niveau d’utilisation de l’arrêt, exprimé en pourcentage de la consommation d’énergie normale.

Attributs

Remarques

Une tâche en arrière-plan fonctionnant à ce niveau est arrêtée par le système d’exploitation si elle ne contribue pas directement à l’expérience de premier plan.

S’applique à