共用方式為


WebUIBackgroundTaskInstanceRuntimeClass.SuspendedCount 屬性

定義

取得資源管理原則導致背景工作暫停的次數。

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

屬性值

UInt32

unsigned int

uint32_t

背景工作的暫停次數。

實作

適用於