Logs out the specified user on the current machine. There can be other users logged in below the current user, and this function allows to log them out wihout affecting the top-most user.

Namespace: Ico.Fwx.ClientWrapper
Assembly: IcoFwxClientWrapper (in IcoFwxClientWrapper.dll) Version: 10.97.212.0 (10.97.212.00)

Syntax

C#
public Status Logout(
	string username,
	string password
)
Visual Basic
Public Function Logout ( _
	username As String, _
	password As String _
) As Status
JScript
public function Logout(
	username : String, 
	password : String
) : Status

Parameters

username
Type: System..::..String
The user name.
password
Type: System..::..String
Password. Only necessary if the user requires a password to log out.

Return Value

The logout result.

See Also