Table of Contents

Class XenDesktopMachineCollection

Namespace
CENTREL.XIA.Configuration.Types
Assembly
CENTREL.XIA.Configuration.Types.dll

Represents a collection of XenDesktop machines.

public class XenDesktopMachineCollection : Collection<XenDesktopMachine>, IList<XenDesktopMachine>, ICollection<XenDesktopMachine>, IList, ICollection, IReadOnlyList<XenDesktopMachine>, IReadOnlyCollection<XenDesktopMachine>, IEnumerable<XenDesktopMachine>, IEnumerable
Inheritance
XenDesktopMachineCollection
Implements
Inherited Members

Constructors

XenDesktopMachineCollection()

Initializes a new instance of the CENTREL.XIA.Configuration.Types.XenDesktopMachineCollection class.

public XenDesktopMachineCollection()

Methods

GetOsTypes()

Gets the operating system types of the machines in the collection.

public SerializableStringCollection GetOsTypes()

Returns

SerializableStringCollection

A CENTREL.Support.SerializableStringCollection containing the operating system names.

GetVdaVersions()

Gets the virtual delivery agent versions of the machines in the collection.

public SerializableStringCollection GetVdaVersions()

Returns

SerializableStringCollection

A CENTREL.Support.SerializableStringCollection containing the VDA versions - for example "7.6.0.5245".

Sort()

Sorts the values in the collection.

public void Sort()