This documentation is archived and is not being maintained.
SessionSwitchReason Enumeration
Visual Studio 2010
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. | |
| SessionLogon | A user has logged on to a session. | |
| SessionLogoff | A user has logged off from a session. | |
| SessionLock | A session has been locked. | |
| SessionUnlock | A session has been unlocked. | |
| SessionRemoteControl | A session has changed its status to or from remote controlled mode. |
The SessionSwitchEventArgs class uses the SessionSwitchReason class to represent the type of a session switch event.
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show: