Class XenDesktopStoreFrontServerConnectionCollection
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents a collection of XenDesktop StoreFront server connections.
public class XenDesktopStoreFrontServerConnectionCollection : Collection<XenDesktopStoreFrontServerConnection>, IList<XenDesktopStoreFrontServerConnection>, ICollection<XenDesktopStoreFrontServerConnection>, IList, ICollection, IReadOnlyList<XenDesktopStoreFrontServerConnection>, IReadOnlyCollection<XenDesktopStoreFrontServerConnection>, IEnumerable<XenDesktopStoreFrontServerConnection>, IEnumerable
- Inheritance
-
XenDesktopStoreFrontServerConnectionCollection
- Implements
- Inherited Members
Constructors
XenDesktopStoreFrontServerConnectionCollection()
Initializes a new instance of the CENTREL.XIA.Configuration.Types.XenDesktopStoreFrontServerConnectionCollection class.
public XenDesktopStoreFrontServerConnectionCollection()
Methods
FindByConfigurationName(string)
Returns the StoreFront server connection with the specified configuration name, or null if no connection with the specified name can be found.
public XenDesktopStoreFrontServerConnection FindByConfigurationName(string configurationName)
Parameters
configurationName
stringThe name of the configuration to find - for example "RS\demo-xa76-sf01.demoxenapp.int".
Returns
- XenDesktopStoreFrontServerConnection
A CENTREL.XIA.Configuration.Types.XenDesktopStoreFrontServerConnection with the specified configuration name.
FindByConfigurationNames(SerializableStringCollection)
Returns the StoreFront server connections with the specified configuration names.
public XenDesktopStoreFrontServerConnectionCollection FindByConfigurationNames(SerializableStringCollection configurationNames)
Parameters
configurationNames
SerializableStringCollectionThe names of the configurations to find - for example "RS\demo-xa76-sf01.demoxenapp.int".
Returns
- XenDesktopStoreFrontServerConnectionCollection
A CENTREL.XIA.Configuration.Types.XenDesktopStoreFrontServerConnectionCollection containing the StoreFront connections.
Sort()
Sorts the values in the collection.
public void Sort()