Class BackupExecAgentServerCollection
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents a collection of Backup Exec agent servers.
public class BackupExecAgentServerCollection : Collection<BackupExecAgentServer>, IList<BackupExecAgentServer>, ICollection<BackupExecAgentServer>, IList, ICollection, IReadOnlyList<BackupExecAgentServer>, IReadOnlyCollection<BackupExecAgentServer>, IEnumerable<BackupExecAgentServer>, IEnumerable
- Inheritance
-
BackupExecAgentServerCollection
- Implements
- Inherited Members
Constructors
BackupExecAgentServerCollection()
Initializes a new instance of the CENTREL.XIA.Configuration.Types.BackupExecAgentServerCollection class.
public BackupExecAgentServerCollection()
Methods
FindByName(string)
Returns the BackupExecAgentServer with the specified name, or null if no BackupExecAgentServer with that name is found.
public BackupExecAgentServer FindByName(string name)
Parameters
name
stringThe name of the BackupExecAgentServer to locate.
Returns
- BackupExecAgentServer
The BackupExecAgentServer with the specified name.
Sort()
Sorts the items in the collection.
public void Sort()