IVsAppContainerProjectDeployOperation Interface

Definition

Provides control while the app container application is being deployed.

public interface class IVsAppContainerProjectDeployOperation
public interface class IVsAppContainerProjectDeployOperation
__interface IVsAppContainerProjectDeployOperation
[System.Runtime.InteropServices.Guid("7773BD9E-1F28-4787-986B-1C42C000E31C")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsAppContainerProjectDeployOperation
[<System.Runtime.InteropServices.Guid("7773BD9E-1F28-4787-986B-1C42C000E31C")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IVsAppContainerProjectDeployOperation = interface
Public Interface IVsAppContainerProjectDeployOperation
Attributes

Methods

GetDeployResult()

Gets detailed results of the deployment operation.

StopDeploy(Boolean)

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

Applies to