IBitsPeerCacheAdministration::GetMaximumContentAge 方法 (bits3_0.h)
获取从缓存中删除文件时所依据的期限。
语法
HRESULT GetMaximumContentAge(
[out] ULONG *pSeconds
);
参数
[out] pSeconds
年龄,以秒为单位。 如果上次访问该文件的时间早于此期限,则 BITS 会从缓存中删除该文件。
返回值
方法返回以下返回值。
返回代码 | 说明 |
---|---|
|
成功 |
要求
要求 | 值 |
---|---|
最低受支持的客户端 | Windows Vista |
最低受支持的服务器 | Windows Server 2008 |
目标平台 | Windows |
标头 | bits3_0.h (包括 Bits.h) |
Library | Bits.lib |