Share via


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

バックグラウンド タスクが中断された回数。

実装

適用対象