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 = 2Current connections are draining from the machine.
DrainingUntilRestart = 3Current connections are draining from the machine until it is restarted.
LogonDisabled = 4Logons are disabled on the machine.
LogonEnabled = 1Logons are enabled.
Unknown = 0The connection setting is unknown.