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 = 6
The licensing server failed.
Incompatible = 5
The licensing server is incompatible.
IncompleteConfiguration = 1
The licensing server is not configured.
NotConnected = 2
The licensing server is not connected.
OK = 3
The licensing server is working correctly.
StartupLicenseNotInstalled = 4
The licensing server startup license is not installed.
Unknown = 0
The state is unknown.