Microsoft Internet Security and Acceleration Server 2000

FPCServer.StopScheduledContentDownloadService Method

Stops the scheduled content download service.

VBScript Syntax[VBScript]

FPCServer.StopScheduledContentDownloadService( fWaitUntilComplete )

C++ Syntax[C++]

HRESULT StopScheduledContentDownloadService( 
  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.StartScheduledContentDownloadService