Autodesk Vault ProfessionalVault API

ConnectionReused Event

Autodesk.DataManagement.Client.Framework.Vault.ServicesIVaultConnectionManagerService

This event fires if a connection is reused. A connection is reused when an attempt is made to login to a server/vault/user combination where a connection is already established. In that case, we will just return the existing connection

Syntax

event EventHandler<ConnectionEventArgs> ConnectionReused
Event ConnectionReused As EventHandler(Of ConnectionEventArgs)

See Also