ForegroundEnergyManager.LowUsageLevel Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the low usage level, expressed as a percentage of normal energy consumption.
public:
static property unsigned int LowUsageLevel { unsigned int get(); };
static uint32_t LowUsageLevel();
/// [get: Windows.Foundation.Metadata.Deprecated("Foreground 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("Foreground Energy Manager has been deprecated. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 393216, "Windows.Foundation.UniversalApiContract")] get; }
var uInt32 = ForegroundEnergyManager.lowUsageLevel;
Public Shared ReadOnly Property LowUsageLevel As UInteger
Property Value
The low usage level, expressed as a percentage of normal energy consumption.
- Attributes
Remarks
An app operating at the low usage level is consuming significantly less energy than normal and does not require throttling.