IBackgroundTaskInstance.SuspendedCount 속성

정의

리소스 관리 정책으로 인해 백그라운드 작업이 일시 중단된 횟수를 가져옵니다.

public:
 property unsigned int SuspendedCount { unsigned int get(); };
uint32_t SuspendedCount();
public uint SuspendedCount { get; }
var uInt32 = iBackgroundTaskInstance.suspendedCount;
Public ReadOnly Property SuspendedCount As UInteger

속성 값

UInt32

unsigned int

uint32_t

백그라운드 작업이 일시 중단된 횟수입니다.

적용 대상