The ICcmAlternateDownloadProvider::Resume method, in Configuration Manager, instructs the provider to resume a given job.

	HRESULT Resume(
			REFGUID JobID
	); 
C#

Parameters

JobID

Data type: REFGUIDQualifiers: [in]The job on which to take action.

Remarks

Note
The provider must support Resume being called on a job that is not suspended. In that case, it should simply do nothing and not report an error. An error should be returned if the job is not found or if resuming failed.

Return Values

An HRESULT code. Possible values include, but are not limited to, the following:

S_OK

Success implies that discovery was triggered successfully. All other return values indicate failure.

Requirements

Runtime Requirements

Development Requirements