Enum XenDesktopDeliveryControllerState
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents the state of the delivery controller at the time of the scan.
public enum XenDesktopDeliveryControllerState
Fields
Active = 3
The delivery controller was active at the time of the scan.
Failed = 4
The delivery controller had failed at the time of the scan.
Off = 1
The delivery controller was off at the time of the scan.
Transitioning = 2
The delivery controller was transitioning at the time of the scan.
Unknown = 0
The state of the delivery controller is unknown.