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