|
Function ''LogoutUser()'' |
|
|
Logs out the current of the specified user. Syntax: LogoutUser([user-name]) user-name The name of a user defined in the security system. If this optional parameter is omitted the the current user is logged off.
Örnekler: LogoutUser() @// Logs out the current user LogoutUser('john') @// Kicks out john out of the system.
Completion Codes: 0: Normal completion 12: Syntax error or Security Broker error
|