Table of Contents

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 = 4

The machine has an agent error.

Initializing = 2

The machine is Initializing.

Registered = 3

The machine is registered.

Unknown = 0

The registration state is unknown.

Unregistered = 1

The machine is unregistered.