IVsAppContainerProjectDeploy2::StartRemoteDeployAsync Method (UInt32, Object^, String^, String^, IVsAppContainerProjectDeployCallback^)
Visual Studio 2015
Initiate deployment of the app container application on a remote machine.
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^ 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.
- 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.
Show: