ForegroundEnergyManager.NearMaxAcceptableUsageLevel 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 near-maximum acceptable usage level, expressed as a percentage of normal energy usage.
public:
static property unsigned int NearMaxAcceptableUsageLevel { unsigned int get(); };
static uint32_t NearMaxAcceptableUsageLevel();
/// [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 NearMaxAcceptableUsageLevel();
public static uint NearMaxAcceptableUsageLevel { get; }
public static uint NearMaxAcceptableUsageLevel { [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.nearMaxAcceptableUsageLevel;
Public Shared ReadOnly Property NearMaxAcceptableUsageLevel As UInteger
Property Value
The near-maximum acceptable usage level, expressed as a percentage of normal energy usage.
- Attributes
Remarks
An app operating at this level is getting close to the maximum acceptable level.