Enum XenDesktopLicensingServerState
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents the state of the licensing server.
public enum XenDesktopLicensingServerState
Fields
Failed = 6The licensing server failed.
Incompatible = 5The licensing server is incompatible.
IncompleteConfiguration = 1The licensing server is not configured.
NotConnected = 2The licensing server is not connected.
OK = 3The licensing server is working correctly.
StartupLicenseNotInstalled = 4The licensing server startup license is not installed.
Unknown = 0The state is unknown.