Microsoft Internet Security and Acceleration Server 2004 SDK

FPCScheduledContentDownloadJobStatus

The FPCScheduledContentDownloadJobStatus object represents the status of a single run of a content download job on a single server.

This object is typically an element of an FPCScheduledContentDownloadJobStatuses collection.

Click here to see the ISA Server object hierarchy.

Methods

The FPCScheduledContentDownloadJobStatus object defines the following methods.

Method Description
Abort Ends the run of the content download job.
Refresh Obtains the current information about the status of the run of the content download job using a remote procedure call (RPC).

Properties

The FPCScheduledContentDownloadJobStatus object has the following properties.

Property Description
CurrentDepth Gets the current depth for the run of the content download job.
NumberofObjectsFetched Gets the number of objects downloaded in the run of the content download job.
NumberofObjectsQueued Gets the number of objects queued for the run of the content download job.
ServerName Gets the name of the server on which the content download job is running.
StartTime Gets the time at which the run of the content download job started.

Remarks

This object implements the IFPCScheduledContentDownloadJobStatus 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