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.
Cancels a job. | |
Instructs the provider to download content. | |
Instructs the provider to modify the source location for a given job. | |
Instructs the provider to modify the priority for a given job. | |
Instructs the provider to modify the timeout for a given job. | |
Instructs the provider to resume a given job. | |
Suspends a given job. |
ISVs should implement this interface and create an instance of local CCM_DownloadProvider policy that corresponds to their implementation.
Important |
|---|
This interface must be implemented out-of-process from ccmexec. |
Requirements
For more information, see Configuration Manager Client Runtime Requirements.
For more information, see Configuration Manager Client Development Requirements.
