IFPCCache::ScheduledContentDownload property
Applies to: desktop apps only
The ScheduledContentDownload property gets an FPCScheduledContentDownload collection that contains the prefetching tasks for the cache.
This property is read-only.
Syntax
HRESULT get_ScheduledContentDownload(
IFPCScheduledContentDownload **ppScheduledContentDownload
);
' Data type: FPCScheduledContentDownload
Property ScheduledContentDownload( _
ByVal ppScheduledContentDownload As IFPCScheduledContentDownload _
) As FPCScheduledContentDownload
Property value
Reference to the FPCScheduledContentDownload collection for the cache.
Error codes
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 FPCScheduledContentDownload collection retrieved (the IFPCScheduledContentDownload interface retrieved in C++).
Requirements
Minimum supported client |
Windows Vista |
Minimum supported server |
Windows Server 2008 R2, Windows Server 2008 with SP2 (64-bit only) |
Version |
Forefront Threat Management Gateway (TMG) 2010 |
IDL |
Msfpccom.idl |
DLL |
Msfpccom.dll |
See also
Build date: 7/12/2010