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 System.EventHandler<ConnectionEventArgs> ConnectionReused
Event ConnectionReused As System.EventHandler(Of ConnectionEventArgs)

Remarks

If Login may be called concurrently, then any registered event handlers will need to be thread safe.

See Also