5/13/2011

This method triggers the start of a device imaging deployment using the given deployment identifier.

Syntax

public static void BeginImageDeployment(
  string 
DeploymentID
);

Parameters

DeploymentID

[in] Identifier for a deployment.

Return Value

None

Remarks

None

Example

To view a code example for this method, see the code example in EDM_ImageDeployment::CreateInstance).

Copy Code

See Also