IBackgroundTaskInstance2.GetThrottleCount メソッド

定義

リソースの使用が多すぎるため、バックグラウンド タスクが中断された回数を取得します。

public:
 unsigned int GetThrottleCount(BackgroundTaskThrottleCounter counter);
uint32_t GetThrottleCount(BackgroundTaskThrottleCounter const& counter);
public uint GetThrottleCount(BackgroundTaskThrottleCounter counter);
function getThrottleCount(counter)
Public Function GetThrottleCount (counter As BackgroundTaskThrottleCounter) As UInteger

パラメーター

counter
BackgroundTaskThrottleCounter

スロットル数に含めるリソースの種類 (ネットワーク、CPU、またはその両方) を示します。

戻り値

UInt32

unsigned int

uint32_t

このメソッドは、指定されたリソースの種類のクォータを超えた場合にバックグラウンド タスクが中断された回数を返します。

適用対象