Creates a new instance of VGDeploymentRepositoryConnection

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

Syntax

C#
public VGDeploymentRepositoryConnection(
	VGIRepositoryItemCacheManager cacheManager
)
Visual Basic (Declaration)
Public Sub New ( _
	cacheManager As VGIRepositoryItemCacheManager _
)

Parameters

cacheManager
Type: VGIRepositoryItemCacheManager
A VGIRepositoryItemCacheManager object used to cache repository information.

Exceptions

ExceptionCondition
System..::.ArgumentNullExceptioncacheManager is null (Nothing in VB.Net.
System..::.ArgumentExceptionthe value RepositoryData()()() of cacheManager is not an instance of the VGDeploymentRepositoryData class.

See Also