Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Executes the solution deployment action.
Namespace: Microsoft.Office.BusinessApplications.Runtime.DeploymentAction
Assembly: Microsoft.Office.BusinessApplications.Runtime (in Microsoft.Office.BusinessApplications.Runtime.dll)
Syntax
'Declaration
Public Sub Execute ( _
args As AddInPostDeploymentActionArgs _
)
'Usage
Dim instance As SolutionDeploymentAction
Dim args As AddInPostDeploymentActionArgs
instance.Execute(args)
public void Execute(
AddInPostDeploymentActionArgs args
)
Parameters
- args
Type: AddInPostDeploymentActionArgs
The execution arguments that provide information about the solution being deployed.
Implements
IAddInPostDeploymentActionExecute(AddInPostDeploymentActionArgs)
Remarks
For more information about this method, see the documentation for IAddInPostDeploymentActionExecute(AddInPostDeploymentActionArgs).
See Also
Reference
SolutionDeploymentAction Class
SolutionDeploymentAction Members
Microsoft.Office.BusinessApplications.Runtime.DeploymentAction Namespace