SessionSwitchReason Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Defines identifiers used to represent the type of a session switch event.
public enum class SessionSwitchReason
public enum SessionSwitchReason
type SessionSwitchReason =
Public Enum SessionSwitchReason
- Inheritance
Fields
Name | Value | Description |
---|---|---|
ConsoleConnect | 1 | A session has been connected from the console. |
ConsoleDisconnect | 2 | A session has been disconnected from the console. |
RemoteConnect | 3 | A session has been connected from a remote connection. |
RemoteDisconnect | 4 | A session has been disconnected from a remote connection. |
SessionLogon | 5 | A user has logged on to a session. |
SessionLogoff | 6 | A user has logged off from a session. |
SessionLock | 7 | A session has been locked. |
SessionUnlock | 8 | A session has been unlocked. |
SessionRemoteControl | 9 | A session has changed its status to or from remote controlled mode. |
Remarks
The SessionSwitchEventArgs class uses the SessionSwitchReason class to represent the type of a session switch event.
Applies to
See also
.NET