Autodesk Vault ProfessionalVault API

LoginStates Enumeration

Autodesk.DataManagement.Client.Framework.VaultAutodesk.DataManagement.Client.Framework.Vault.Currency.Connections

The various states of the Log In workflow. This states are used to report the progress of a Log In.

Syntax

public enum LoginStates : System.Enum 
Public Enum LoginStates
   Inherits System.Enum

Members

MemberDescription
AuthenticatingThe Log In workflow is authenticating the credentials with the server.
SucessfulThe Log In workflow has established a connection, and event notifications are about to be sent out.
TestServerCompatibilityThe Log In workflow is testing the compatibility of the server.
ValidatingThe Log In workflow is validating the passed in credentials.

Inheritance Hierarchy

  • System.Object
  • System.ValueType
  • System.Enum
  • Autodesk.DataManagement.Client.Framework.Vault.Currency.Connections.LoginStates

See Also