Table of Contents

Class IisApplicationPoolCollection

Namespace
CENTREL.XIA.Configuration.Types
Assembly
CENTREL.XIA.Configuration.Types.dll

Represents a collection of IIS application pools.

public class IisApplicationPoolCollection : Collection<IisApplicationPool>, IList<IisApplicationPool>, ICollection<IisApplicationPool>, IList, ICollection, IReadOnlyList<IisApplicationPool>, IReadOnlyCollection<IisApplicationPool>, IEnumerable<IisApplicationPool>, IEnumerable
Inheritance
IisApplicationPoolCollection
Implements
Inherited Members

Constructors

IisApplicationPoolCollection()

Initializes a new instance of the CENTREL.XIA.Configuration.Types.IisApplicationPoolCollection class.

public IisApplicationPoolCollection()

Methods

Exists(string)

Returns a System.Boolean value that indicates whether an application with the specified name exists within the collection.

public bool Exists(string name)

Parameters

name string

The name of the CENTREL.XIA.Configuration.Types.IisApplicationPool to locate.

Returns

bool

A System.Boolean value that indicates whether an application pool with the specified name exists within the collection.

FindByName(string)

Returns the CENTREL.XIA.Configuration.Types.IisApplicationPool with the specified name, or null if no CENTREL.XIA.Configuration.Types.IisApplicationPool with that name is found.

public IisApplicationPool FindByName(string name)

Parameters

name string

The name of the CENTREL.XIA.Configuration.Types.IisApplicationPool to locate.

Returns

IisApplicationPool

The CENTREL.XIA.Configuration.Types.IisApplicationPool with the specified name.

Sort()

Sorts the values in the collection.

public void Sort()