共用方式為


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

這個方法會傳回背景工作已暫停的次數,以超過所指定資源類型的配額。

適用於