Executes the action by using the options defined in the specified VGRepositoryDeploymentOptions object.

Namespace:  Novalys.VisualGuard.Security.Deployment.Actions
Assembly:  vg_deployment (in vg_deployment.exe) Version: 3.2.912.1 (3.2.912.01)

Syntax

C#
void Execute(
	VGRepositoryDeploymentOptions deploymentOption
)
Visual Basic (Declaration)
Sub Execute ( _
	deploymentOption As VGRepositoryDeploymentOptions _
)

Parameters

deploymentOption
Type: Novalys.VisualGuard.Security.Deployment..::.VGRepositoryDeploymentOptions
A VGRepositoryDeploymentOptions object that defines the deployment options.

See Also