SessionSwitchReason Enumeration
.NET Framework 4.5
Defines identifiers used to represent the type of a session switch event.
Assembly: System (in System.dll)
| Member name | Description | |
|---|---|---|
| ConsoleConnect | A session has been connected from the console. | |
| ConsoleDisconnect | A session has been disconnected from the console. | |
| RemoteConnect | A session has been connected from a remote connection. | |
| RemoteDisconnect | A session has been disconnected from a remote connection. | |
| SessionLock | A session has been locked. | |
| SessionLogoff | A user has logged off from a session. | |
| SessionLogon | A user has logged on to a session. | |
| SessionRemoteControl | A session has changed its status to or from remote controlled mode. | |
| SessionUnlock | A session has been unlocked. |
The SessionSwitchEventArgs class uses the SessionSwitchReason class to represent the type of a session switch event.
Windows 8, Windows Server 2012, Windows 7, Windows Vista SP2, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role supported with SP1 or later; Itanium not supported)
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.