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.ClientWrapperAssembly: IcoFwxClientWrapper (in IcoFwxClientWrapper.dll) Version: 10.97.212.0 (10.97.212.00)
Syntax
C# |
---|
public Status Logout(
string username
) |
Visual Basic |
---|
Public Function Logout ( _
username As String _
) As Status |
JScript |
---|
public function Logout(
username : String
) : Status |
Parameters
- username
- Type: System..::..String
The user name.
Return Value
The logout result.
See Also