Autodesk Vault ProfessionalVault API

SignOut Method

Autodesk.Connectivity.WebServicesToolsIWebServiceCredentials

Signs out from the Vault server.

Syntax

public abstract void SignOut(
   AuthService authSvc,
   WinAuthService winAuthSvc,
   AutodeskAuthService autodeskAuthSvc
)
Public MustOverride Sub SignOut( _
   ByVal authSvc As AuthService, _
   ByVal winAuthSvc As WinAuthService, _
   ByVal autodeskAuthSvc As AutodeskAuthService _
) 

Parameters

NameDescription
authSvcA AuthService object.
winAuthSvcA Win Auth Service object.
autodeskAuthSvcAn Autodesk Auth Service object.

See Also