Enum XenDesktopMachineRegistrationState
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents the registration state of the machine at the time of the scan.
public enum XenDesktopMachineRegistrationState
Fields
AgentError = 4The machine has an agent error.
Initializing = 2The machine is Initializing.
Registered = 3The machine is registered.
Unknown = 0The registration state is unknown.
Unregistered = 1The machine is unregistered.