Table of Contents

Class IisFailedRequestTracingRuleProviderCollection

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

Represents a collection of IIS failed request tracing rule providers.

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

Constructors

IisFailedRequestTracingRuleProviderCollection()

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

public IisFailedRequestTracingRuleProviderCollection()

Methods

Exists(string)

Returns a System.Boolean value that indicates whether a CENTREL.XIA.Configuration.Types.IisFailedRequestTracingRuleProvider with the specified name exists within the collection.

public bool Exists(string name)

Parameters

name string

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

Returns

bool

A System.Boolean value that indicates whether a CENTREL.XIA.Configuration.Types.IisFailedRequestTracingRuleProvider with the specified name exists within the collection.

FindByName(string)

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

public IisFailedRequestTracingRuleProvider FindByName(string name)

Parameters

name string

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

Returns

IisFailedRequestTracingRuleProvider

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

Sort()

Sorts the values in the collection.

public void Sort()

ToProviderNames()

Returns a CENTREL.Support.SerializableStringCollection containing the provider names.

public SerializableStringCollection ToProviderNames()

Returns

SerializableStringCollection

A CENTREL.Support.SerializableStringCollection containing the provider names.