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