BackgroundEnergyManager.TerminationUsageLevel 속성

정의

일반 에너지 사용량의 백분율로 표현되는 종료 사용 수준을 가져옵니다.

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

속성 값

UInt32

unsigned int

uint32_t

정상 에너지 사용량의 백분율로 표현된 종료 사용량 수준입니다.

특성

설명

이 수준에서 작동하는 백그라운드 작업은 포그라운드 환경에 직접 기여하지 않는 경우 운영 체제에 의해 종료됩니다.

적용 대상