Autodesk Vault ProfessionalVault API

LogOut Method

Autodesk.Connectivity.WebServicesToolsAutodeskAccount

Log out of Autodesk Account returning IAutodeskAccount for use in Autodesk Authentication

Syntax

public static IAutodeskAccount LogOut(
   System.IntPtr hwnd
)
Public Shared Function LogOut( _
   ByVal hwnd As System.IntPtr _
) As IAutodeskAccount

Parameters

NameDescription
hwndParent window handle for UI

See Also