Logout

Logs out all local and remote connections

Local Servers:blocking
Remote Servers:blocking
Classification:3.x, 4.x, 5.x, 6.x
Service:Server-Based Connection

Syntax

  #include <nwconn.h>  
   
  void Logout (void); 
  

Remarks

All connections on all servers are logged out. The current connection is set to 0 and the current working directory is set to the root of the SYS: volume.

NOTE:If you are using multiple threads, Logout logs out all other thread group and thread connections.

See Also

LoginToFileServer, LogoutFromFileServer, LogoutObject