Microsoft Internet Security and Acceleration Server 2000

FPCServer.StartScheduledContentDownloadService Method

Starts the scheduled content download service.

VBScript Syntax[VBScript]

FPCServer.StartScheduledContentDownloadService( fWaitUntilComplete )

C++ Syntax[C++]

HRESULT StartScheduledContentDownloadService( 
  VARIANT_BOOL fWaitUntilComplete
);

Parameters

fWaitUntilComplete
Boolean that specifies whether the method waits for the operation to complete before the method returns S_OK or an error.

Applies To

FPCServer

See Also

FPCServer.StopScheduledContentDownloadService