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

后台任务已挂起的次数。

适用于