IBitsPeerCacheAdministration::SetMaximumContentAge 方法 (bits3_0.h)
指定何時會根據存留期從快取中移除檔案。
語法
HRESULT SetMaximumContentAge(
[in] ULONG Seconds
);
參數
[in] Seconds
年齡,以秒為單位。 如果上次存取檔案的時間超過此年齡,BITS 會從快取中移除檔案。 每次存取檔案時,都會重設存留期。 最大值為 10,368,000 秒, (120 天) ,最小值為 86,400 秒, (1 天) 。 預設值為 7,776,000 秒 (90 天)。
傳回值
方法會傳回下列傳回值。
傳回碼 | 描述 |
---|---|
|
Success |
|
設定喜好設定已成功儲存,但不會使用喜好設定,因為已設定 群組原則 設定會覆寫喜好設定。 |
備註
只有在未設定 MaxContentAge 組策略時,才會使用此值。
規格需求
需求 | 值 |
---|---|
最低支援的用戶端 | Windows Vista |
最低支援的伺服器 | Windows Server 2008 |
目標平台 | Windows |
標頭 | bits3_0.h (包含 Bits.h) |
程式庫 | Bits.lib |