ConnectionEventArgs Class
Autodesk.DataManagement.Client.Framework.Vault›Autodesk.DataManagement.Client.Framework.Vault.Currency.Connections
Event argument for connection related events (ie. ConnectionEstablished, ConnectionReleased)
Syntax
public class ConnectionEventArgs : System.EventArgs Public Class ConnectionEventArgs
Inherits System.EventArgsConstructors
| Name | Description |
|---|---|
| ConnectionEventArgs | Creates a ConnectionEventArgs object |
Properties
| Name | Description |
|---|---|
| Connection | Gets the Connection object related to this event. |
Returned By
Where you get a ConnectionEventArgs — members that return one.
- IVaultConnectionManagerService.ConnectionEstablished
- IVaultConnectionManagerService.ConnectionReleased
- IVaultConnectionManagerService.ConnectionReused
Inheritance Hierarchy
- System.Object
- System.EventArgs
- Autodesk.DataManagement.Client.Framework.Vault.Currency.Connections.ConnectionEventArgs