DkmDeploymentCommand.Start Method

Definition

Begin execution of the deployment command. This method will return once the deployed command has begun execution. Callers of this method would typically implement IDkmDeploymentCommandCallback with a SourceId filter to receive information about the command.

public:
 void Start();
public:
 void Start();
void Start();
public void Start ();
member this.Start : unit -> unit
Public Sub Start ()

Applies to