IVsAppContainerProjectDeploy2::StartRemoteDeployAsync Method (UInt32, Object^, String^, String^, String^, IVsAppContainerProjectDeployCallback^)

 

Initiate deployment of the app container application on a remote machine.

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

IVsAppContainerProjectDeployOperation^ StartRemoteDeployAsync(
	unsigned int deployFlags,
	Object^ deployConnection,
	String^ target,
	String^ packageContentsRecipe,
	String^ projectUniqueName,
	IVsAppContainerProjectDeployCallback^ deployCallback
)

Parameters

deployFlags
Type: System::UInt32

[in] The deployment options for this instance of the app container application.

deployConnection
Type: System::Object^

[in] The protocol used to interact with the remote machine.

target
Type: System::String^

The target.

packageContentsRecipe
Type: System::String^

[in] The package recipe file that defines the package contents.

projectUniqueName
Type: System::String^

[in] The unique name of the project.

deployCallback
Type: Microsoft.VisualStudio.Shell.Interop::IVsAppContainerProjectDeployCallback^

[in] The callback routine that is to be notified when events occur.

Return Value

Type: Microsoft.VisualStudio.Shell.Interop::IVsAppContainerProjectDeployOperation^

The app container application deployed on the remote machine.

Return to top
Show: