Logout Method
Description
Terminates the user's session on this TDConnection.
Syntax
Visual Basic
Public Sub Logout() 
Remarks

After Logout, the Connected Property remains true until ReleaseConnection is called.

For a table of properties affected by the state of the connection, see the Remarks for the TDConnection object.

See Also