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 System.EventHandler<ConnectionEventArgs> ConnectionReusedEvent ConnectionReused As System.EventHandler(Of ConnectionEventArgs)Remarks
If Login may be called concurrently, then any registered event handlers will need to be thread safe.