Microsoft Internet Security and Acceleration Server 2004 SDK

ScheduledContentDownload Property of IFPCCache[C++]

FPCCache.ScheduledContentDownload [Visual Basic]

[C++]

The ScheduledContentDownload property gets an FPCScheduledContentDownload collection that contains the prefetching tasks for the cache.

HRESULT get_ScheduledContentDownload(
  IFPCScheduledContentDownload** ppScheduledContentDownload
);

Parameters

ppScheduledContentDownload
Address of an interface pointer that on return points to an IFPCScheduledContentDownload interface that represents the collection of prefetching tasks.

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. You can modify the collection of prefetching tasks and access the properties of each prefetching task through the IFPCScheduledContentDownload interface retrieved.

[Visual Basic]

The ScheduledContentDownload property gets an FPCScheduledContentDownload collection that contains the prefetching tasks for the cache.

Property ScheduledContentDownload As FPCScheduledContentDownload

Property Value

Reference to the FPCScheduledContentDownload collection for the cache.

Remarks

This property is read-only. You can modify the collection of prefetching tasks and access the properties of each prefetching task through the FPCScheduledContentDownload collection retrieved.

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

FPCCache