Microsoft Internet Security and Acceleration Server 2000

FPCScheduledContentDownloadConfig.SetTaskPeriod Method

Sets the values retrieved through the TaskPeriod and ScheduleDays properties of the FPCScheduledContentDownloadConfig object.

VBScript Syntax[VBScript]

FPCScheduledContentDownloadConfig.SetTaskPeriod ( TaskPeriod, ScheduleDays )

C++ Syntax[C++]

HRESULT SetTaskPeriod(
  FpcScheduledContentDownloadPeriod TaskPeriod, 
  FpcDaysOfWeek ScheduleDays
);

Parameters

TaskPeriod
Task period. It can have a value from the FpcScheduledContentDownloadPeriod enumerated type.
ScheduleDays
Optional. A value from the FpcScheduleDays enumerated type. This parameter will be used if TaskPeriod is set to the DownloadSpecifiedDaysOfWeek value of the FpcScheduledContentDownloadPeriod enumerated type.

Applies To

FPCScheduledContentDownloadConfig