Flags for the logout command.

Namespace: Perforce.P4
Assembly: p4api.net (in p4api.net.dll) Version: 2017.3.160.836 (2017.3.160.0836)

Syntax

C#
[FlagsAttribute]
public enum LogoutCmdFlags
Visual Basic
<FlagsAttribute> _
Public Enumeration LogoutCmdFlags
Visual C++
[FlagsAttribute]
public enum class LogoutCmdFlags

Members

Member nameValueDescription
None0 No flags.
AllHosts1
Log out all users of the ticket by invalidating the ticket on the service.
If a username is specified, that user is logged out.
You must have super user access to be able to log out a user other than yourself.

See Also