Class MicrosoftFailoverClusterNodeCollection
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents a collection of nodes in a Microsoft failover cluster.
public class MicrosoftFailoverClusterNodeCollection : Collection<MicrosoftFailoverClusterNode>, IList<MicrosoftFailoverClusterNode>, ICollection<MicrosoftFailoverClusterNode>, IList, ICollection, IReadOnlyList<MicrosoftFailoverClusterNode>, IReadOnlyCollection<MicrosoftFailoverClusterNode>, IEnumerable<MicrosoftFailoverClusterNode>, IEnumerable
- Inheritance
-
MicrosoftFailoverClusterNodeCollection
- Implements
- Inherited Members
Constructors
MicrosoftFailoverClusterNodeCollection()
Initializes a new instance of the CENTREL.XIA.Configuration.Types.MicrosoftFailoverClusterNodeCollection class.
public MicrosoftFailoverClusterNodeCollection()
Methods
FindByName(string)
Returns the CENTREL.XIA.Configuration.Types.MicrosoftFailoverClusterNode with the specified name, or null if no CENTREL.XIA.Configuration.Types.MicrosoftFailoverClusterNode with that name is found.
public MicrosoftFailoverClusterNode FindByName(string name)
Parameters
name
stringThe name of the CENTREL.XIA.Configuration.Types.MicrosoftFailoverClusterNode to locate.
Returns
- MicrosoftFailoverClusterNode
The CENTREL.XIA.Configuration.Types.MicrosoftFailoverClusterNode with the specified name.
Sort()
Sorts the values in the collection.
public void Sort()