Microsoft Internet Security and Acceleration Server 2004 SDK

TaskPeriod Property of IFPCScheduledContentDownloadConfig[C++]

FPCScheduledContentDownloadConfig.TaskPeriod [Visual Basic]

[C++]

The TaskPeriod property gets a value from the FpcScheduledTaskRunningPeriod enumerated type that specifies whether the content download job is run only once, every day, or on specified days of the week.

HRESULT get_TaskPeriod(
  FpcScheduledTaskRunningPeriod* pScheduledContentDownloadPeriod
);

Parameters

pScheduledContentDownloadPeriod
Pointer to a value from the FpcScheduledTaskRunningPeriod enumerated type that is set on return to the value specifying whether the content download job is run only once, every day, or on specified days of the week.

Return Values

This property method returns S_OK if the call is successful; otherwise, it returns an error code.

Remarks

This property is read-only. It can be set by calling the SetTaskPeriod method. Its default value is fpcRunOnce.

[Visual Basic]

The TaskPeriod property gets a value from the FpcScheduledTaskRunningPeriod enumerated type that specifies whether the content download job is run only once, every day, or on specified days of the week.

Property TaskPeriod As FpcScheduledTaskRunningPeriod

Property Value

Value from the FpcScheduledTaskRunningPeriod enumerated type that specifies whether the content download job is run only once, every day, or on specified days of the week.

Remarks

This property is read-only. It can be set by calling the SetTaskPeriod method. Its default value is fpcRunOnce.

Requirements

Server: Requires Windows Server 2003 or Windows 2000.
Version: Requires Internet Security and Acceleration Server 2004.
Header: Declared in Msfpccom.idl.
Library: Use Microsoft Internet Security and Acceleration Server 2004 Administration Library.

See Also

FPCScheduledContentDownloadConfig