Microsoft Internet Security and Acceleration Server 2004 SDK

FPCScheduledContentDownloadJobStatuses Collection

The FPCScheduledContentDownloadJobStatuses collection holds a set of FPCScheduledContentDownloadJobStatus objects that contain the status of individual runs of a single content download job.

The FPCScheduledContentDownloadJobStatuses collection is typically accessed through the ScheduledContentDownloadJobStatuses property of an FPCScheduledContentDownloadConfig object representing a single content download job.

Click here to see the ISA Server object hierarchy.

Methods

The FPCScheduledContentDownloadJobStatuses collection defines the following methods.

Method Description
Item Retrieves the requested FPCScheduledContentDownloadJobStatus object from the collection.
Refresh Obtains the current information about the status of all the runs of the content download job using a remote procedure call (RPC).

Properties

The FPCScheduledContentDownloadJobStatuses collection has the following properties.

Property Description
_NewEnum Gets an enumerator object for the collection.
Count Gets the number of FPCScheduledContentDownloadJobStatus objects in the collection.

Remarks

This object implements the IFPCScheduledContentDownloadJobStatuses interface.

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

COM Objects