Function NnetLogout() Foundation

Logs a user out of a file server.

Syntax
NnetLogout( <cFileServer|nConnectID|lAll>, ;  // Type: CNL
            [<lKeepLogicalConnection>]     ;  // Default: .F.
          ) --> lIsLoggedOut
Return

Returns .T. if the user was logged out successfully, otherwise .F.

Description

The first parameter may be specified either as string (file server name), as numeric (connection ID to the file server) or as .T. (true). The latter causes the workstation to be logged out from all file servers.

When .T. is specified for the second parameter logical connections remain active. A logical connection to the preferred file server remains active in any case.

Feedback

If you see anything in the documentation that is not correct, does not match your experience with the particular feature or requires further clarification, please use this form to report a documentation issue.