Microsoft Internet Security and Acceleration Server 2004 SDK

DownloadOnceHour Property of IFPCScheduledContentDownloadConfig[C++]

FPCScheduledContentDownloadConfig.DownloadOnceHour [Visual Basic]

[C++]

The DownloadOnceHour property gets or sets the hour part of the start time for a content download job that runs only once.

HRESULT get_DownloadOnceHour(
  long* plHour
);

HRESULT put_DownloadOnceHour(
  long lHour
);

Parameters

plHour
Pointer to a variable that on return receives a 32-bit integer specifying the hour part of the start time for a content download job that runs only once.
lHour
A 32-bit integer that specifies the hour part of the start time for a content download job that runs only once.

Return Values

These property methods return S_OK if the call is successful; otherwise, they return an error code.

Remarks

This property is read/write. Its default value is 0, and its range of permissible values is from 0 to 23.

[Visual Basic]

The DownloadOnceHour property gets or sets the hour part of the start time for a content download job that runs only once.

Property DownloadOnceHour As Long

Property Value

A 32-bit integer that specifies the hour part of the start time for a content download job that runs only once.

Remarks

This property is read/write. Its default value is 0, and its range of permissible values is from 0 to 23.

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