Autodesk Vault ProfessionalVault API

ConnectionManager Property

Autodesk.DataManagement.Client.Framework.VaultLibrary

Gets a service which encapsulates all connections to a vault server.

Syntax

public static IVaultConnectionManagerService ConnectionManager {get;}
Public Shared ReadOnly Property ConnectionManager As IVaultConnectionManagerService

Remarks

The service can create new connections via LogIn/Logout, it can notify consumers when connections are created, and it can query vault servers to see what capabilities they support to diagnose why connections can not be established.

It also provides access to the low level Web Services API, which exposes 100% of the vault server functionality

See Also