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) ] |
Methods
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. |
Remarks
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
Runtime Requirements
For more information, see Configuration Manager Client Runtime Requirements.
Development Requirements
For more information, see Configuration Manager Client Development Requirements.