IVsAppContainerProjectDeployOperation::StopDeploy Method (Boolean)

 

Cancels the deployment operation. Calling this method causes the deployment process to be terminated as soon as possible.

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.11.0 (in Microsoft.VisualStudio.Shell.Interop.11.0.dll)

void StopDeploy(
	bool fSync
)

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.

Return to top
Show: