Class XenDesktopAppVServerCollection
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents a collection of XenDesktop App-V connections.
public class XenDesktopAppVServerCollection : Collection<XenDesktopAppVServer>, IList<XenDesktopAppVServer>, ICollection<XenDesktopAppVServer>, IList, ICollection, IReadOnlyList<XenDesktopAppVServer>, IReadOnlyCollection<XenDesktopAppVServer>, IEnumerable<XenDesktopAppVServer>, IEnumerable
- Inheritance
-
XenDesktopAppVServerCollection
- Implements
- Inherited Members
Constructors
XenDesktopAppVServerCollection()
Initializes a new instance of the CENTREL.XIA.Configuration.Types.XenDesktopAppVServerCollection class.
public XenDesktopAppVServerCollection()
Methods
FindByUid(int)
Returns the XenDesktop App-V server with the specified UID, or null if no App-V server with the specified UID was found in the collection.
public XenDesktopAppVServer FindByUid(int Uid)
Parameters
Uid
intThe unique identifier of the App-V server to locate.
Returns
- XenDesktopAppVServer
A CENTREL.XIA.Configuration.Types.XenDesktopAppVServer object.
Sort()
Sorts the values in the collection.
public void Sort()