SessionSwitchReason Enum

Definition

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
SessionSwitchReason

Fields

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.

SessionLock 7

A session has been locked.

SessionLogoff 6

A user has logged off from a session.

SessionLogon 5

A user has logged on to a session.

SessionRemoteControl 9

A session has changed its status to or from remote controlled mode.

SessionUnlock 8

A session has been unlocked.

Remarks

The SessionSwitchEventArgs class uses the SessionSwitchReason class to represent the type of a session switch event.

Applies to

See also