MaintenanceTrigger.FreshnessTime 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得維護觸發程式的間隔。
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
屬性值
排程背景工作之前要等候的分鐘數。 系統會在 FreshnessTime 經過 15 分鐘內排程工作。
備註
所提供的值會作為建議的值,因為它可能會根據系統原則而變更。 可覆寫此值的系統原則範例包括省電模式、遊戲模式,或偵測到應用程式未經常使用的系統。 影響此值的系統原則清單也可以從發行變更為發行。
傳入大於 30 天的值, (分鐘) 可能會導致引數例外狀況。