IVsDeployableProjectCfg2.StopDeploy(Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Halts the deployment.
public:
int StopDeploy(int fSync);
public:
int StopDeploy(int fSync);
int StopDeploy(int fSync);
public int StopDeploy (int fSync);
abstract member StopDeploy : int -> int
Public Function StopDeploy (fSync As Integer) As Integer
Parameters
- fSync
- Int32
[in] Boolean. Implementation dependent.
Returns
If the method succeeds, it returns S_OK. If it fails, it returns an error code.