다음을 통해 공유


IBitsPeerCacheAdministration::GetMaximumContentAge 메서드(bits3_0.h)

캐시에서 파일이 제거될 때의 기간을 가져옵니다.

구문

HRESULT GetMaximumContentAge(
  [out] ULONG *pSeconds
);

매개 변수

[out] pSeconds

나이(초)입니다. 파일에 마지막으로 액세스한 시간이 이 기간보다 오래된 경우 BITS는 캐시에서 파일을 제거합니다.

반환 값

메서드는 다음 반환 값을 반환합니다.

반환 코드 Description
S_OK
Success

요구 사항

요구 사항
지원되는 최소 클라이언트 Windows Vista
지원되는 최소 서버 Windows Server 2008
대상 플랫폼 Windows
헤더 bits3_0.h(Bits.h 포함)
라이브러리 Bits.lib

추가 정보

IBitsPeerCacheAdministration

IBitsPeerCacheAdministration::SetMaximumContentAge