Table of Contents

Class MicrosoftFailoverClusterNetworkCollection

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

Represents a collection of networks in a Microsoft failover cluster.

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

Constructors

MicrosoftFailoverClusterNetworkCollection()

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

public MicrosoftFailoverClusterNetworkCollection()

Methods

FindByName(string)

Returns the CENTREL.XIA.Configuration.Types.MicrosoftFailoverClusterNetwork with the specified name, or null if no CENTREL.XIA.Configuration.Types.MicrosoftFailoverClusterNetwork with that name is found.

public MicrosoftFailoverClusterNetwork FindByName(string name)

Parameters

name string

The name of the CENTREL.XIA.Configuration.Types.MicrosoftFailoverClusterNetwork to locate.

Returns

MicrosoftFailoverClusterNetwork

The CENTREL.XIA.Configuration.Types.MicrosoftFailoverClusterNetwork with the specified name.

Sort()

Sorts the values in the collection.

public void Sort()