Autodesk Vault ProfessionalVault API

Logout Method

Autodesk.DataManagement.Client.Framework.Vault.FormsLibrary

Launches a gui workflow to log out of a vault. The workflow gives the user an opportuntiy to optionally login again

Syntax

public static Connection Logout(
   Connection conn,
   LogoutSettings logoutSettings,
   LoginSettings reloginSettings
)
Public Shared Function Logout( _
   ByVal conn As Connection, _
   Optional ByVal logoutSettings As LogoutSettings, _
   Optional ByVal reloginSettings As LoginSettings _
) As Connection

Parameters

NameDescription
connThe connection to log out of
logoutSettingsOptional configuration options for the Log out UI. Can be null
reloginSettingsOptional configuration options for the Login UI (if the user chooses to relogin after the log out). Can be null

Return Value

A vault Connection object if the user re-logs in after the log out

See Also