5/13/2011

This method suspends a device imaging deployment.

Syntax

HRESULT SuspendImageDeployment(
  const BSTR DeploymentJobID
);

Parameters

DeploymentJobID

[in] ID of the device imaging deployment.

Return Values

None

Remarks

This method blocks any other calls by the Device Imaging service until the method returns. To avoid this, start a new thread inside the method. This will minimize the time required for the method to return.

If your device imaging component supports suspending images, you should use the IImageDeploymentManager::SetDeviceStatusmethod to update the status of each device that corresponds to this deployment to Suspended.

See Also