Class ExchangeServerCollection
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents a collection of Exchange servers.
public class ExchangeServerCollection : Collection<ExchangeServer>, IList<ExchangeServer>, ICollection<ExchangeServer>, IList, ICollection, IReadOnlyList<ExchangeServer>, IReadOnlyCollection<ExchangeServer>, IEnumerable<ExchangeServer>, IEnumerable
- Inheritance
-
ExchangeServerCollection
- Implements
- Inherited Members
Constructors
ExchangeServerCollection()
Initializes a new instance of the CENTREL.XIA.Configuration.Types.ExchangeServerCollection class.
public ExchangeServerCollection()
Methods
FindByIdentity(string)
Returns the server with the specified identity, or null if no server with that identity is found.
public ExchangeServer FindByIdentity(string identity)
Parameters
identity
stringThe identity of the server to locate.
Returns
- ExchangeServer
The server with the specified identity.
Sort()
Sorts the values in the collection.
public void Sort()