Creates a new instance of VGDeploymentRepositoryConnection
Namespace:
Novalys.VisualGuard.Security.Deployment.RepositoryAssembly: 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
| Exception | Condition |
|---|---|
| System..::.ArgumentNullException | cacheManager is null (Nothing in VB.Net. |
| System..::.ArgumentException | the value RepositoryData()()() of cacheManager is not an instance of the VGDeploymentRepositoryData class. |