Namespace: Novalys.VisualGuard.Security.Membership
Assembly: Novalys.VisualGuard.Security (in Novalys.VisualGuard.Security.dll) Version: 2016.0.105.16 (2016.0.105.16)

Syntax

C#
public bool DeployApplication(
	VGSecurityRuntime runtimeTarget,
	VGApplication application,
	VGApplicationOverwriteOptions option,
	VGApplicationDeploymentMode mode,
	VGDeploymentOptions deployOptions,
	out Exception exception
)
Visual Basic
Public Function DeployApplication ( 
	runtimeTarget As VGSecurityRuntime,
	application As VGApplication,
	option As VGApplicationOverwriteOptions,
	mode As VGApplicationDeploymentMode,
	deployOptions As VGDeploymentOptions,
	<OutAttribute> ByRef exception As Exception
) As Boolean

Parameters

runtimeTarget
Type: Novalys.VisualGuard.Security..::..VGSecurityRuntime
Target of the deployment
application
Type: Novalys.VisualGuard.Security.Membership..::..VGApplication
option
Type: VGApplicationOverwriteOptions
The options you want for the application deployment
mode
Type: VGApplicationDeploymentMode
deployOptions
Type: Novalys.VisualGuard.Security.Deployment..::..VGDeploymentOptions
Option of the deployment
exception
Type: System..::..Exception%
Detail of error when you executing the deployment

Return Value

Type: Boolean
Return true if the deploy is successed

See Also