ICcmAlternateDowloadProvider Interface

 

Updated: November 1, 2013

Applies To: System Center 2012 Configuration Manager, System Center 2012 Configuration Manager SP1, System Center 2012 R2 Configuration Manager

The ICcmAlternateDownloadProvider interface, in Configuration Manager, defines the interface for an alternative download provider to be invoked by Content Transfer Manager to download packages.

[
    uuid(89F7454D-71F7-4F05-8276-FADC8B85F48D), 
    object, 
    pointer_default(unique) 
] 

The ICcmAlternateDownloadProvider interface defines the following methods.

ICcmAlternatedownloadProvider : CancelJob Method

Cancels a job.

ICcmAlternatedownloadProvider : DownloadContent Method

Instructs the provider to download content.

ICcmAlternatedownloadProvider : ModifyJobSource Method

Instructs the provider to modify the source location for a given job.

ICcmAlternatedownloadProvider : ModifyJobPriority Method

Instructs the provider to modify the priority for a given job.

ICcmAlternatedownloadProvider : ModifyJobTimeout Method 

Instructs the provider to modify the timeout for a given job.

ICcmAlternatedownloadProvider : Resume Method 

Instructs the provider to resume a given job.

ICcmAlternatedownloadProvider : Suspend Method

Suspends a given job.

ISVs should implement this interface and create an instance of local CCM_DownloadProvider policy that corresponds to their implementation.

System_CAPS_importantImportant

This interface must be implemented out-of-process from ccmexec.

Show: