次の方法で共有


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

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

適用対象