SessionSwitchReason Enumeration
.NET Framework (current version)
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.
.NET Framework
Available since 2.0
Available since 2.0
Show: