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