Skip to content

Latest commit

 

History

History
48 lines (37 loc) · 1.97 KB

canceldownload-method-in-class-ccm_softwareupdatesmanager.md

File metadata and controls

48 lines (37 loc) · 1.97 KB
description title titleSuffix ms.date ms.subservice ms.service ms.topic ms.assetid author ms.author manager ms.localizationpriority ms.collection ms.reviewer
Learn how to cancel an in-progress download of software updates during a deployment using the CancelDownload class method.
CancelDownload method in class CCM_SoftwareUpdatesManager
Configuration Manager
09/20/2016
sdk
configuration-manager
reference
890faba7-0382-4189-adc6-8ea16a9296da
Banreet
banreetkaur
apoorvseth
low
tier3
mstewart,aaroncz

CancelDownload Method in Class CCM_SoftwareUpdatesManager

The CancelDownload WMI class method, in Configuration Manager, cancels an in-progress download of software updates during a deployment.

The following syntax is simplified from Managed Object Format (MOF) code and defines the method.

Syntax

UInt32 CancelDownload();  

Parameters

None.

Return Values

A UInt32 data type that is 0 to indicate success or nonzero to indicate failure.

For information about handling returned errors, see About Configuration Manager Errors.

Remarks

The CancelDownload method cancels the download only for deployments that are initiated by the Software Updates Client Agent or through the Configuration Manager SDK. If the software updates deployment was initiated as the result of a deadline, the call to this method fails.

Requirements

Runtime Requirements

For more information, see Configuration Manager Client Runtime Requirements.

Development Requirements

For more information, see Configuration Manager Client Development Requirements.

See Also

CCM_SoftwareUpdatesManager Client WMI Class