Autodesk Vault ProfessionalVault API

SignOut Method

Autodesk.Connectivity.WebServicesAuthService

Clears out the authentication information.

Syntax

public void SignOut(
   System.string sessionId
)
Public Sub SignOut( _
   ByVal sessionId As System.String _
) 

Parameters

NameDescription
sessionIdThe session Id.

Remarks

Clients should sign out before exiting. If the Vault server is using network licensing, the sign out will free up the license.

See Also