Microsoft Internet Security and Acceleration Server 2000

FpcScheduledContentDownloadPeriod

The FpcScheduledContentDownloadPeriod enumerated type contains values that describe prefetching periods.

enum FpcScheduledContentDownloadPeriod {
  fpcDownloadOnce,
  fpcDownloadDaily,
  fpcDownloadSpecifiedDaysOfWeek
};

Members

fpcDownloadOnce (0)
One fetch only.
fpcDownloadDaily (1)
One fetch per day.
fpcDownloadSpecifiedDaysOfWeek (2)
One fetch per each specified day of week.

Requirements

  Windows NT/2000: Requires Windows 2000.
  Version: Requires ISA Server 2000.
  Header: Msfpccom.idl.