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

See Also

Reference

IVsAppContainerProjectDeployOperation Interface

Microsoft.VisualStudio.Shell.Interop Namespace