IVsAppContainerProjectDeployCallback Interface

Definition

Provides information about and defines callback methods for monitoring an app container project deployment operation.

public interface class IVsAppContainerProjectDeployCallback
public interface class IVsAppContainerProjectDeployCallback
__interface IVsAppContainerProjectDeployCallback
[System.Runtime.InteropServices.Guid("D1F433DF-B126-49A7-A1FD-F4099EFC1A05")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsAppContainerProjectDeployCallback
[<System.Runtime.InteropServices.Guid("D1F433DF-B126-49A7-A1FD-F4099EFC1A05")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IVsAppContainerProjectDeployCallback = interface
Public Interface IVsAppContainerProjectDeployCallback
Attributes

Methods

OnEndDeploy(Boolean, String, String)

Indicates that the asynchronous deployment process has finished.

OutputMessage(String)

Logs errors and messages.

Applies to