IIdleConfiguration Interface

Definition

public interface IIdleConfiguration
type IIdleConfiguration = interface
Public Interface IIdleConfiguration

Properties

DeepestIdleState

Gets a value that indicates the deepest idle state that should be used.

DemoteThreshold

Gets a value that indicates the upper busy threshold that must be met before demoting the processor to a shallower idle state.

Enabled

Gets a value that indicates whether idle states should be enabled.

MinimumDurationBetweenChecks

Gets a value that indicates the time that must have elapsed since the last idle state promotion or demotion before idle states may be promoted or demoted again.

PromoteThreshold

Gets a value that indicates the lower busy threshold that must be met before promoting the processor to a deeper idle state.

ScalingEnabled

Gets a value that indicates whether idle state promotion and demotion values should be scaled based on the current peformance state.

Applies to