IVsAppContainerProjectDeployOperation::StopDeploy Method (Boolean)
Visual Studio 2015
Cancels the deployment operation. Calling this method causes the deployment process to be terminated as soon as possible.
Assembly: Microsoft.VisualStudio.Shell.Interop.11.0 (in Microsoft.VisualStudio.Shell.Interop.11.0.dll)
Parameters
- fSync
-
Type:
System::Boolean
[in] Indicates whether the cancelation is asynchronous. If this parameter is set to false, the cancelation is asynchronous and the caller must wait for an OnEndDeploy notification. If this parameter is set to true, this method does not return until the cancelation is complete.
Show: