IBitsPeerCacheAdministration::SetMaximumContentAge 方法 (bits3_0.h)
指定何时根据年龄从缓存中删除文件。
语法
HRESULT SetMaximumContentAge(
[in] ULONG Seconds
);
参数
[in] Seconds
年龄,以秒为单位。 如果上次访问该文件的时间早于此期限,则 BITS 会从缓存中删除该文件。 每次访问文件时,时间都会重置。 最大值为 10,368,000 秒 (120 天) ,最小值为 86,400 秒 (1 天) 。 默认值为 7,776,000 秒(90 天)。
返回值
方法返回以下返回值。
返回代码 | 说明 |
---|---|
|
成功 |
|
已成功保存配置首选项,但不会使用该首选项,因为配置的组策略设置将替代首选项。 |
注解
仅当未设置 MaxContentAge 组策略时,才使用此值。
要求
要求 | 值 |
---|---|
最低受支持的客户端 | Windows Vista |
最低受支持的服务器 | Windows Server 2008 |
目标平台 | Windows |
标头 | bits3_0.h (包括 Bits.h) |
Library | Bits.lib |