Enum XenDesktopMachineWindowsConnectionSetting
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents the logon mode reported by Windows on multi-session machines.
public enum XenDesktopMachineWindowsConnectionSetting
Fields
Draining = 2
Current connections are draining from the machine.
DrainingUntilRestart = 3
Current connections are draining from the machine until it is restarted.
LogonDisabled = 4
Logons are disabled on the machine.
LogonEnabled = 1
Logons are enabled.
Unknown = 0
The connection setting is unknown.