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