Click or drag to resize

LogoutCmdFlags Enumeration

Flags for the logout command.

Namespace:  Perforce.P4
Assembly:  p4api.net (in p4api.net.dll) Version: 2023.2.258.5793
Syntax
[FlagsAttribute]
public enum 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