IVsAppContainerProjectDeployOperation.StopDeploy Method
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)
Syntax
'Declaration
Sub StopDeploy ( _
fSync As Boolean _
)
void StopDeploy(
bool fSync
)
void StopDeploy(
[InAttribute] bool fSync
)
abstract StopDeploy :
fSync:bool -> unit
function StopDeploy(
fSync : boolean
)
Parameters
fSync
Type: 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.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.