共用方式為


MaintenanceTrigger.FreshnessTime 屬性

定義

取得維護觸發程式的間隔。

public:
 property unsigned int FreshnessTime { unsigned int get(); };
uint32_t FreshnessTime();
public uint FreshnessTime { get; }
var uInt32 = maintenanceTrigger.freshnessTime;
Public ReadOnly Property FreshnessTime As UInteger

屬性值

UInt32

unsigned int

uint32_t

排程背景工作之前要等候的分鐘數。 系統會在 FreshnessTime 經過 15 分鐘內排程工作。

備註

所提供的值會作為建議的值,因為它可能會根據系統原則而變更。 可覆寫此值的系統原則範例包括省電模式、遊戲模式,或偵測到應用程式未經常使用的系統。 影響此值的系統原則清單也可以從發行變更為發行。

傳入大於 30 天的值, (分鐘) 可能會導致引數例外狀況。

適用於