Autodesk Vault ProfessionalVault API

ConnectionEventArgs Class

Autodesk.DataManagement.Client.Framework.VaultAutodesk.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.EventArgs

Constructors

NameDescription
ConnectionEventArgsCreates a ConnectionEventArgs object

Properties

NameDescription
ConnectionGets the Connection object related to this event.

Returned By

Where you get a ConnectionEventArgs — members that return one.

Inheritance Hierarchy

  • System.Object
  • System.EventArgs
  • Autodesk.DataManagement.Client.Framework.Vault.Currency.Connections.ConnectionEventArgs

See Also