BackgroundEnergyManager.LowUsageLevel 속성

정의

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

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

속성 값

UInt32

unsigned int

uint32_t

일반 에너지 소비량의 백분율로 표현되는 낮은 사용량 수준입니다.

특성

설명

이 수준에서 작동하는 백그라운드 작업은 종료로부터 "안전"하며 제한이 필요하지 않습니다.

적용 대상