Compartir a través de


BackgroundEnergyManager.ExcessiveUsageLevel Propiedad

Definición

Obtiene el nivel de uso excesivo, expresado como un porcentaje del uso normal de energía.

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

Valor de propiedad

UInt32

unsigned int

uint32_t

Nivel de uso excesivo, expresado como un porcentaje del uso normal de energía.

Atributos

Comentarios

Una tarea en segundo plano que funciona en este nivel ha superado el nivel máximo aceptable.

Se aplica a