Autodesk Vault ProfessionalVault API

ConnectionChanged Method

Autodesk.Connectivity.WebServicesToolsWebServiceManager.Internal.CommonProxyInfo

If the connectionTicket is different from the previous one then this methods send out a notification to interested listeners.

Syntax

public void ConnectionChanged(
   System.string connectionTicket
)
Public Sub ConnectionChanged( _
   ByVal connectionTicket As System.String _
) 

Parameters

NameDescription
connectionTicketThe ticket that uniquely identifies the connection.

See Also